Searched defs:ThrowingMove (Results 1 – 2 of 2) sorted by relevance
43 struct ThrowingMove { struct44 ThrowingMove(ThrowingMove&&) {} in ThrowingMove() argument45 ThrowingMove& operator=(ThrowingMove&&) { return *this; } in operator =()
42 struct ThrowingMove { struct43 ThrowingMove(ThrowingMove&&) {} in ThrowingMove() argument44 ThrowingMove& operator=(ThrowingMove&&) { return *this; } in operator =()