Home
last modified time | relevance | path

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

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