Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dranges.copy_n.pass.cpp95 struct CopyOnce { in test() struct
96 bool copied = false; in test()
99 constexpr CopyOnce& operator=(const CopyOnce& other) { in test()
H A Dranges.copy.pass.cpp154 struct CopyOnce { in test() struct
155 bool copied = false; in test()
158 constexpr CopyOnce& operator=(const CopyOnce& other) { in test()
H A Dranges.copy_backward.pass.cpp152 struct CopyOnce { in test() struct
153 bool copied = false; in test()
156 constexpr CopyOnce& operator=(const CopyOnce& other) { in test()