std::queue::pop — cppreference.com
De cppreference.com
<metanoindex/>
<tbody> </tbody>
Removes an element from the front of the queue. Effectively calls c.pop_front()
Paramètres
(Aucun)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Retourne la valeur
(Aucun)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Complexité
Equal to the complexity of Container::pop_front.
Voir aussi
| construit des éléments en mémoire à la fin (fonction membre publique) [edit] | |
insère l'élément à la fin Original: inserts element at the end The text has been machine-translated via Google Translate. (fonction membre publique) [edit] | |