Searched defs:MoveOnce (Results 1 – 2 of 2) sorted by relevance
286 struct MoveOnce { in test() struct287 bool moved = false; in test()290 constexpr MoveOnce& operator=(MoveOnce&& other) { in test()
272 struct MoveOnce { in test() struct273 bool moved = false; in test()276 constexpr MoveOnce& operator=(const MoveOnce& other) { in test()