Searched defs:ThrowOnCopyConstruct (Results 1 – 1 of 1) sorted by relevance
110 struct ThrowOnCopyConstruct { struct 112 ThrowOnCopyConstruct(const ThrowOnCopyConstruct&) { throw Except{}; } in ThrowOnCopyConstruct() argument 113 ThrowOnCopyConstruct& operator=(const ThrowOnCopyConstruct&) = default; argument