◐ Shell
clean mode source ↗

std::stack::pop – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

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

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.

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.

Komplexität

Equal to the complexity of Container::pop_back.

Siehe auch

constructs element in-place at the top
(öffentliche Elementfunktion) [edit]
inserts element at the top
(öffentliche Elementfunktion) [edit]