When looking over the member functions of the STL containers, an odd thought occurred to me. Why don\'t functions like std::vector::push_back(T) not ha
std::vector::push_back(T)
Not sure they had a very good reason, but this function is slow enough already.