Searched defs:NotCopyAssignable (Results 1 – 6 of 6) sorted by relevance
33 struct NotCopyAssignable { struct35 constexpr explicit NotCopyAssignable(int i) : x(i) { } in NotCopyAssignable() function38 constexpr bool operator==(NotCopyAssignable const& other) const { return x == other.x; } in operator ==() argument
39 struct NotCopyAssignable { struct
36 struct NotCopyAssignable { struct
41 struct NotCopyAssignable { struct
42 struct NotCopyAssignable { struct
45 struct NotCopyAssignable { struct