Searched defs:ArrayElem (Results 1 – 1 of 1) sorted by relevance
596 struct ArrayElem { struct597 constexpr ArrayElem() : n(0) {} in ArrayElem() function598 int n;599 constexpr int f() const { return n; } in f()