void pop_front(); |
Removes the first element of the container.
References and iterators to the erased element are invalidated.
(none).
(none).
Constant.
Does not throw.
removes the last element (public member function) |
|
inserts an element to the beginning (public member function) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/container/list/pop_front