◐ Shell
clean mode source ↗

std::queue::back – cppreference.com

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.

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

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.

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.

Siehe auch

Zugriff auf das erste Element

Original:

access the first element

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(öffentliche Elementfunktion of std::{{{1}}}) [edit]
inserts element at the end
(öffentliche Elementfunktion) [edit]