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

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

std::queue::~queue

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>
~queue();
Destructs the container adaptor. Les destructeurs des lments sont appels et le stockage utilis est libre. Notez que si les lments sont des pointeurs, les objets points ne sont pas dtruits .
Original:
Destructs the container adaptor. The destructors of the elements are called and the used storage is deallocated. Note, that if the elements are pointers, the pointed-to objects are not destroyed.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Complexit

Linear in the size of the container adaptor.


Web Proxy Viewer  |  New URL  |  Original Page