Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.move/
H A Dranges.move.pass.cpp315 struct OnlyForwardsMovable { in test() struct
316 OnlyForwardsMovable* next = nullptr; in test()
317 bool canMove = false; in test()
319 constexpr OnlyForwardsMovable& operator=(OnlyForwardsMovable&&) { in test()