Searched defs:NothrowCopyAssignable (Results 1 – 3 of 3) sorted by relevance
24 struct NothrowCopyAssignable { struct26 NothrowCopyAssignable& operator=(NothrowCopyAssignable const&) noexcept { return *this; } in operator =() argument
39 struct NothrowCopyAssignable { struct41 NothrowCopyAssignable& operator=(NothrowCopyAssignable const&) noexcept { return *this; } in operator =() argument
37 struct NothrowCopyAssignable { struct38 NothrowCopyAssignable& operator=(NothrowCopyAssignable const&) noexcept { return *this; } in operator =() argument