std::queue::empty
De cppreference.com
<metanoindex/>
<tbody> </tbody> bool empty() const; |
||
Verifica se o recipiente subjacente não tem elementos, ou seja, se
c.empty().Original:
Checks if the underlying container has no elements, i.e. whether
c.empty().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.
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
true se o recipiente subjacente está vazio, false contrárioOriginal:
true if the underlying container is empty, false otherwiseThe 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
Constante
Original:
Constant
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.
