[ Web Proxy ]
URL:
Viewing: https://de.cppreference.com/cpp/container/queue/back [Back]  [Original]

std::queue::back cppreference.com
cppreference.com
Namensrume
Varianten

std::queue::back

Aus cppreference.com

<metanoindex/>

 
 
 
std :: Warteschlange
Member-Funktionen
Original:
Member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
queue::queue
queue::~queue
queue::operator=
Elementzugriff zerstrt
Original:
Element access
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
queue::front
queue::back
Kapazitt
Original:
Capacity
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
queue::empty
queue::size
Modifiers
Original:
Modifiers
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
queue::push
queue::emplace
queue::pop
queue::swap
 
<tbody> </tbody>
reference back();
const_reference back() const;
Gibt Bezugnahme auf das letzte Element in der Warteschlange. Dies ist die zuletzt gedrckt 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.

Rckgabewert

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.

Komplexitt

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]

Web Proxy Viewer  |  New URL  |  Original Page