Searched defs:ElementWithCounting (Results 1 – 1 of 1) sorted by relevance
26 struct ElementWithCounting { struct30 …constexpr ElementWithCounting(int& copies_ctr, int& moves_ctr) : times_copied(&copies_ctr), times_… in ElementWithCounting() argument32 constexpr ElementWithCounting(const ElementWithCounting& rhs) in ElementWithCounting() function37 constexpr ElementWithCounting(ElementWithCounting&& rhs) in ElementWithCounting() function43 constexpr bool operator==(const ElementWithCounting&) const { return true; } in operator ==() argument