Searched defs:NotCopyConstructible (Results 1 – 3 of 3) sorted by relevance
28 struct NotCopyConstructible { struct30 constexpr explicit NotCopyConstructible(int i) : x(i) { } in NotCopyConstructible() argument33 constexpr bool operator==(NotCopyConstructible const& other) const { return x == other.x; } in operator ==() argument
25 struct NotCopyConstructible { struct
18 struct NotCopyConstructible struct