operator==,!=,<,<=,>,>=(std::stack)
![]() |
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. |
Ciclo de predefinições detectado: Predefinição:include page
template< > bool operator==( stack<>& lhs, |
(1) | |
template< > bool operator!=( stack<>& lhs, |
(2) | |
template< > bool operator<( stack<>& lhs, |
(3) | |
template< > bool operator<=( stack<>& lhs, |
(4) | |
template< > bool operator>( stack<>& lhs, |
(5) | |
template< > bool operator>=( stack<>& 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.
[editar] Parâmetros
lhs, rhs | - | container adaptors whose contents to compare |
[editar] Valor de retorno
true if the corresponding comparison yields true, false otherwise.
[editar] Complexidade
You can help to correct and verify the translation. Click here for instructions.