Searched defs:ThrowOnMove (Results 1 – 2 of 2) sorted by relevance
86 struct ThrowOnMove { in test() argument 87 ThrowOnMove(ThrowOnMove&&) noexcept(false) { } in test() argument 85 struct ThrowOnMove { test() struct
132 struct ThrowOnMove { struct 134 ThrowOnMove() = default; argument 135 ThrowOnMove(bool& d) : destroyed(&d) {} in ThrowOnMove() argument 136 ThrowOnMove(ThrowOnMove&&) { throw Except{}; }; in ThrowOnMove() argument 137 ThrowOnMove& operator=(ThrowOnMove&&) = default; argument 138 ~ThrowOnMove() { in ~ThrowOnMove() argument [all...]