Searched defs:MoveOnce (Results 1 – 2 of 2) sorted by relevance
201 struct MoveOnce { in test() struct202 bool moved = false; in test()205 constexpr MoveOnce& operator=(MoveOnce&& other) { in test()
195 struct MoveOnce { in test() struct196 bool moved = false; in test()199 constexpr MoveOnce& operator=(const MoveOnce& other) { in test()