Searched defs:RangeWithCounting (Results 1 – 2 of 2) 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() function58 …constexpr RangeWithCounting(RangeWithCounting&& rhs) : times_copied(rhs.times_copied), times_moved… in RangeWithCounting() argument65 constexpr RangeWithCounting& operator=(const RangeWithCounting&) = default; argument67 constexpr bool operator==(const RangeWithCounting&) const { return true; } in operator ==() argument
50 struct RangeWithCounting : Counting { struct56 constexpr bool operator==(const RangeWithCounting&) const { return true; } in operator ==() argument