Searched defs:PushbackCounter (Results 1 – 2 of 2) sorted by relevance
37 struct PushbackCounter { struct38 struct value_type {42 void push_back(const value_type&) { ++count; } in push_back()43 size_t count = 0;
90 struct PushbackCounter { struct91 struct value_type {95 void push_back(const value_type&) { ++count; } in push_back()96 size_t count = 0;