Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.move/
H A Dranges.move.pass.cpp201 struct MoveOnce { in test() struct
202 bool moved = false; in test()
205 constexpr MoveOnce& operator=(MoveOnce&& other) { in test()
H A Dranges.move_backward.pass.cpp195 struct MoveOnce { in test() struct
196 bool moved = false; in test()
199 constexpr MoveOnce& operator=(const MoveOnce& other) { in test()