Home
last modified time | relevance | path

Searched defs:OnlyForwardsCopyable (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.pass.cpp183 struct OnlyForwardsCopyable { in test() struct
184 OnlyForwardsCopyable* next = nullptr; in test()
185 bool canCopy = false; in test()
187 constexpr OnlyForwardsCopyable& operator=(const OnlyForwardsCopyable&) { in test()