Searched refs: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() argument43 constexpr bool operator==(const ElementWithCounting&) const { return true; } in operator ==() argument47 using value_type = ElementWithCounting;65 constexpr const ElementWithCounting* begin() const { return nullptr; } in begin()66 constexpr const ElementWithCounting* end() const { return nullptr; } in end()118 using Element = ElementWithCounting; in test()