std::stack::pop
De cppreference.com
<metanoindex/>
<tbody> </tbody> void pop(); |
||
Removes the top element from the stack. Effectively calls c.pop_back()
Parâmetros
(Nenhum)
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.
Valor de retorno
(Nenhum)
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.
Complexidade
Equal to the complexity of Container::pop_back.
