Searched defs:NonDefaultConstructible (Results 1 – 8 of 8) sorted by relevance
28 struct NonDefaultConstructible { struct29 constexpr NonDefaultConstructible() { in NonDefaultConstructible() function33 explicit constexpr NonDefaultConstructible(int) {} in NonDefaultConstructible() function
25 struct NonDefaultConstructible { struct26 constexpr NonDefaultConstructible(int) {} in NonDefaultConstructible() function
9 struct NonDefaultConstructible { struct22 template<> void f0(NonDefaultConstructible) { } in f0() argument
3 struct NonDefaultConstructible { struct
12 struct NonDefaultConstructible { struct26 template<> void f0(NonDefaultConstructible) { } in f0() argument
28 struct NonDefaultConstructible : std::ranges::view_base { struct
53 struct NonDefaultConstructible { // expected-note{{candidate constructor (the implicit copy constru… struct