void pop_front(); | (since C++11) |
Removes the first element of the container. If there are no elements in the container, the behavior is undefined.
References and iterators to the erased element are invalidated.
(none).
(none).
Constant.
Does not throw.
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/forward_list/pop_front