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
42 struct NothrowCopyAssignable { struct44 NothrowCopyAssignable& operator=(NothrowCopyAssignable const&) noexcept { return *this; } in operator =() argument
37 struct NothrowCopyAssignable { struct38 NothrowCopyAssignable& operator=(NothrowCopyAssignable const&) noexcept { return *this; } in operator =() argument