Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dranges.copy.pass.cpp168 struct OnlyForwardsCopyable { in test() struct
169 OnlyForwardsCopyable* next = nullptr; in test()
170 bool canCopy = false; in test()
172 constexpr OnlyForwardsCopyable& operator=(const OnlyForwardsCopyable&) { in test()