std::priority_queue
De cppreference.com
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
Déclaré dans l'en-tête <queue>
|
||
template< class T, |
||
File d'attente de priorité est un conteneur qui permet de constante de temps maximale (ou minimale, en fonction de
Compare
) extraction au détriment de l'insertion logarithmique. Travailler avec un priority_queue
est similaire à la gestion d'un tas dans certains conteneurs à accès aléatoire, avec l'avantage de ne pas être en mesure d'invalider accidentellement le tas .Original:
Priority queue is a container that allows for constant time maximum (or minimum, depending on
Compare
) extraction at the expense of logarithmic insertion. Working with a priority_queue
is similar to managing a tas in some random access container, with the benefit of not being able to accidentally invalidate the heap.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.
[modifier] Types de membres
Type du membre | Définition |
container_type
|
Container
|
value_type
|
Container::value_type
|
size_type
|
Container::size_type |