std::queue::pop
Aus cppreference.com
<metanoindex/>
<tbody> </tbody> void pop(); |
||
Removes an element from the front of the queue. Effectively calls c.pop_front()
Parameter
(None)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Rückgabewert
(None)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Komplexität
Equal to the complexity of Container::pop_front.
