Searched defs:NotDefaultConstructible (Results 1 – 4 of 4) sorted by relevance
30 struct NotDefaultConstructible { struct32 constexpr explicit NotDefaultConstructible(int j) : i(j) {} in NotDefaultConstructible() function
129 struct NotDefaultConstructible { struct130 NotDefaultConstructible(int i) : i_(i) {} in NotDefaultConstructible() argument134 friend bool operator==(NotDefaultConstructible lhs, NotDefaultConstructible rhs) { in operator ==() argument
28 struct NotDefaultConstructible { // expected-note{{candidate constructor (the implicit copy constru… struct
76 struct NotDefaultConstructible { // expected-note 2 {{candidate constructor (the implicit copy cons… struct