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

operator==,!=,<,<=,>,>=(std::queue) cppreference.com
cppreference.com
Espaces de noms
Variantes

operator==,!=,<,<=,>,>=(std::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
 

Modle en boucle dtect : Modle:include page

<tbody> </tbody>
template< > bool operator==( queue<>& lhs, queue<>& rhs );
(1)
template< > bool operator!=( queue<>& lhs, queue<>& rhs );
(2)
template< > bool operator<( queue<>& lhs, queue<>& rhs );
(3)
template< > bool operator<=( queue<>& lhs, queue<>& rhs );
(4)
template< > bool operator>( queue<>& lhs, queue<>& rhs );
(5)
template< > bool operator>=( queue<>& lhs, queue<>& rhs );
(6)
Compare le contenu des rcipients sous-jacents de deux adaptateurs de conteneurs. La comparaison est faite en appliquant l'oprateur correspondant des sous-conteneurs .
Original:
Compares the contents of the underlying containers of two container adaptors. The comparison is done by applying the corresponding operator to the underlying containers.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Paramtres

lhs, rhs -
adaptateurs de conteneurs dont le contenu comparer
Original:
container adaptors whose contents to compare
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

true si les rendements de comparaison correspondant true, false autrement .
Original:
true if the corresponding comparison yields true, false otherwise.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Complexit

Linaire la taille du rcipient
Original:
Linear in the size of the container
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Web Proxy Viewer  |  New URL  |  Original Page