◐ Shell
clean mode source ↗

std::stack::pop — cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

Removes the top element from the stack. Effectively calls c.pop_back()

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_back.

Voir aussi

construit des éléments en mémoire au sommet
(fonction membre publique) [edit]

insère l'élément en haut

Original:

inserts element at the top

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(fonction membre publique) [edit]