std::queue pop()
- od C++98
void pop();
Removes an element from the front of the queue.
zanotuj
Effectively calls c.pop_front().
Parameters
(none)
Return valued
(none)
Exceptions
Equivalent to that of operator= of the underlying container.
Complexity
Equivalent to that of operator= of the underlying container.
Example
important
This section requires improvement. You can help by editing this doc page.