Searched defs:ArrayElem (Results 1 – 1 of 1) sorted by relevance
546 struct ArrayElem { struct547 constexpr ArrayElem() : n(0) {} in ArrayElem() argument548 int n;549 constexpr int f() const { return n; } in f()