Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.move/
H A Dranges.move_backward.pass.cpp224 struct OnlyBackwardsMovable { in test() struct
225 OnlyBackwardsMovable* next = nullptr; in test()
226 bool canMove = false; in test()
228 constexpr OnlyBackwardsMovable& operator=(const OnlyBackwardsMovable&) { in test()