Searched defs:RangeWithCounting (Results 1 – 1 of 1) sorted by relevance
46 struct RangeWithCounting { struct52 …constexpr RangeWithCounting(int& copies_ctr, int& moves_ctr) : times_copied(&copies_ctr), times_mo… in RangeWithCounting() argument54 constexpr RangeWithCounting(const RangeWithCounting& rhs) in RangeWithCounting() argument59 constexpr RangeWithCounting(RangeWithCounting&& rhs) in RangeWithCounting() function68 constexpr RangeWithCounting& operator=(const RangeWithCounting&) = default; argument70 constexpr bool operator==(const RangeWithCounting&) const { return true; } in operator ==() argument