Searched defs:Constexpr2 (Results 1 – 2 of 2) sorted by relevance
12 struct Constexpr2 { struct14 constexpr Constexpr2() = default; argument15 constexpr Constexpr2(const Constexpr2 &o) : ce1(o.ce1) {} in Constexpr2() function
27 struct Constexpr2 { struct30 constexpr Constexpr2 c2 = Constexpr2(); // ok argument