Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/
H A Dranges.reverse.pass.cpp77 struct SwapCounter { struct
79 constexpr SwapCounter(int* counter_) : counter(counter_) {} in SwapCounter() argument
80 friend constexpr void swap(SwapCounter& lhs, SwapCounter&) { ++*lhs.counter; } in swap() argument