Home
last modified time | relevance | path

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

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