Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dranges.copy_backward.pass.cpp285 struct OnlyBackwardsCopyable { in test() struct
286 OnlyBackwardsCopyable* next = nullptr; in test()
287 bool canCopy = false; in test()
289 constexpr OnlyBackwardsCopyable& operator=(const OnlyBackwardsCopyable&) { in test()