std::queue::back
Aus cppreference.com
<metanoindex/>
<tbody> </tbody> reference back(); |
||
const_reference back() const; |
||
Gibt Bezugnahme auf das letzte Element in der Warteschlange. Dies ist die zuletzt gedrückt Element. Effektiv nennt
c.back() .Original:
Returns reference to the last element in the queue. This is the most recently pushed element. Effectively calls
c.back().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
Bezugnahme auf das letzte Element
Original:
reference to the last element
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.
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.
