Searched defs:CopyThrows (Results 1 – 3 of 3) sorted by relevance
312 struct CopyThrows { struct313 CopyThrows() {} in CopyThrows() function314 CopyThrows(CopyThrows const&) {} in CopyThrows() function315 CopyThrows(CopyThrows&&) noexcept {} in CopyThrows() argument
25 struct CopyThrows { struct27 CopyThrows(CopyThrows const&) { throw 42; } in CopyThrows() function
160 struct CopyThrows { struct162 CopyThrows(const CopyThrows&) { throw 42; } in CopyThrows() function163 CopyThrows& operator=(const CopyThrows&) { throw 42; } in operator =() argument