Searched defs:CopyAssignable (Results 1 – 7 of 7) sorted by relevance
23 struct CopyAssignable { struct25 constexpr explicit CopyAssignable(int i) : x(i) { } in CopyAssignable() argument27 constexpr CopyAssignable& operator=(CopyAssignable const& other) noexcept(NoexceptCopy) { in operator =() argument31 constexpr bool operator==(CopyAssignable const& other) const { return x == other.x; } in operator ==() argument
48 struct CopyAssignable { struct
57 struct CopyAssignable { struct
28 struct CopyAssignable { struct
29 struct CopyAssignable { struct
76 struct CopyAssignable struct
61 struct CopyAssignable { struct