Home
last modified time | relevance | path

Searched defs:MoveOnce (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.move/
H A Dranges.move.pass.cpp286 struct MoveOnce { in test() struct
287 bool moved = false; in test()
290 constexpr MoveOnce& operator=(MoveOnce&& other) { in test()
H A Dranges.move_backward.pass.cpp272 struct MoveOnce { in test() struct
273 bool moved = false; in test()
276 constexpr MoveOnce& operator=(const MoveOnce& other) { in test()