Searched defs:CopyOnly (Results 1 – 7 of 7) sorted by relevance
25 struct CopyOnly { struct26 CopyOnly() {} in CopyOnly() argument27 CopyOnly(CopyOnly const&) noexcept {} in CopyOnly() argument28 CopyOnly& operator=(CopyOnly const&) { return *this; } in operator =() argument
24 struct CopyOnly { struct25 CopyOnly() {} in CopyOnly() function26 CopyOnly(CopyOnly const&) noexcept {} in CopyOnly() argument27 CopyOnly& operator=(CopyOnly const&) { return *this; } in operator =() argument
26 struct CopyOnly { struct
143 struct CopyOnly { struct
227 struct CopyOnly { struct
46 struct CopyOnly { struct
43 struct CopyOnly { struct