Searched defs:ElementWithCounting (Results 1 – 2 of 2) sorted by relevance
28 struct ElementWithCounting { struct32 …constexpr ElementWithCounting(int& copies_ctr, int& moves_ctr) : times_copied(&copies_ctr), times_… in ElementWithCounting() function34 constexpr ElementWithCounting(const ElementWithCounting& rhs) in ElementWithCounting() argument38 constexpr ElementWithCounting(ElementWithCounting&& rhs) in ElementWithCounting() argument43 constexpr bool operator==(const ElementWithCounting&) const { return true; } in operator ==() argument
44 struct ElementWithCounting : Counting { struct47 constexpr bool operator==(const ElementWithCounting&) const { return true; } in operator ==() argument