Searched defs:CopyCannotThrow (Results 1 – 1 of 1) sorted by relevance
166 struct CopyCannotThrow { struct168 CopyCannotThrow() { ++alive; } in CopyCannotThrow() argument169 CopyCannotThrow(const CopyCannotThrow&) noexcept { ++alive; } in CopyCannotThrow() function170 CopyCannotThrow(CopyCannotThrow&&) noexcept { assert(false); } in CopyCannotThrow() argument172 CopyCannotThrow& operator=(CopyCannotThrow&&) noexcept { in operator =() argument