Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dranges.copy_n.pass.cpp94 struct CopyOnce { in test() struct
95 bool copied = false; in test()
98 constexpr CopyOnce& operator=(const CopyOnce& other) { in test()
H A Dranges.copy.pass.cpp139 struct CopyOnce { in test() struct
140 bool copied = false; in test()
143 constexpr CopyOnce& operator=(const CopyOnce& other) { in test()
H A Dranges.copy_backward.pass.cpp256 struct CopyOnce { in test() struct
257 bool copied = false; in test()
260 constexpr CopyOnce& operator=(const CopyOnce& other) { in test()