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

std::queue::back cppreference.com
cppreference.com
Espaces de noms
Variantes

std::queue::back

De cppreference.com

<metanoindex/>

 
 
 
std :: file d'attente
Les fonctions membres
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=
Elment d'accs
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
Capacit
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
Modificateurs
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;
Renvoie rfrence au dernier lment dans la file d'attente. C'est l'lment le plus rcemment pouss. Appelle effectivement 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.

Paramtres

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

Retourne la valeur

rfrence au dernier lment
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.

Complexit

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.

Voir aussi

accde au premier lment
(fonction membre publique de std::{{{1}}}) [edit]
insre l'lment la fin
Original:
inserts element at the end
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(fonction membre publique) [edit]

Web Proxy Viewer  |  New URL  |  Original Page