Searched defs:ThrowOnMoveConstruct (Results 1 – 1 of 1) sorted by relevance
116 struct ThrowOnMoveConstruct { struct 118 ThrowOnMoveConstruct(ThrowOnMoveConstruct&&) { throw Except{}; } in ThrowOnMoveConstruct() argument 119 ThrowOnMoveConstruct& operator=(ThrowOnMoveConstruct&&) = default; argument