std::forward_list::pop_front
From Cppreference
< cpp | container | forward list
void pop_front();
|
(C++11 feature) | |
Removes the first element of the container.
Contents |
[edit] Parameters
(none)
[edit] Return value
(none)
[edit] Complexity
Constant.
[edit] See also
|
inserts elements to the beginning (public member function) |