operator==,!=,<,<=,>,>=(std::queue)
![]() |
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
Rilevato loop del template: Template:include page
template< > bool operator==( queue<>& lhs, |
(1) | |
template< > bool operator!=( queue<>& lhs, |
(2) | |
template< > bool operator<( queue<>& lhs, |
(3) | |
template< > bool operator<=( queue<>& lhs, |
(4) | |
template< > bool operator>( queue<>& lhs, |
(5) | |
template< > bool operator>=( queue<>& lhs, |
(6) | |
Compares the contents of the underlying containers of two container adaptors. The comparison is done by applying the corresponding operator to the underlying containers.
[modifica] Parametri
lhs, rhs | - | container adaptors whose contents to compare |
[modifica] Valore di ritorno
true if the corresponding comparison yields true, false otherwise.
[modifica] Complessità
You can help to correct and verify the translation. Click here for instructions.