Searched defs:push_back (Results 1 – 2 of 2) sorted by relevance
209 void push_back(const T& val) { insert(end(), val); } in push_back() function