std::queue::empty
Aus cppreference.com
<metanoindex/>
<tbody> </tbody> bool empty() const; |
||
Prüft, ob die zugrunde liegenden Container keine Elemente, dh ob
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.
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.
You can help to correct and verify the translation. Click here for instructions.
Rückgabewert
true wenn die zugrunde liegende Behälter leer ist, false andersOriginal:
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.
Komplexität
Constant
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.
