iterators to the elements are invalidated.
Complexity: at most length if e > capacity, otherwise 1.
void reserve(size_t e)Ensures sufficient capacity to accommodate e _elements. If e < capacity, this method does nothing.
Postcondition: capacity >= e
iterators to the elements are invalidated.
Complexity: at most length if e > capacity, otherwise 1.