Removes the last element of the container.
No iterators or references except for back() and end() are invalidated.
[edit] Parameters
(none)
[edit] Return value
(none)
[edit] Complexity
Constant.
[edit] See also
|
|
adds elements to the end (public member function)
|