Searched defs:SwapCounter (Results 1 – 1 of 1) sorted by relevance
77 struct SwapCounter { struct79 constexpr SwapCounter(int* counter_) : counter(counter_) {} in SwapCounter() argument80 friend constexpr void swap(SwapCounter& lhs, SwapCounter&) { ++*lhs.counter; } in swap() argument