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

operator==,!=,<,<=,>,>=(std::stack) cppreference.com
cppreference.com
Namensrume
Varianten

operator==,!=,<,<=,>,>=(std::stack)

Aus cppreference.com

<metanoindex/>

 
 
 
std :: stack
Member-Funktionen
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.
stack::stack
stack::~stack
stack::operator=
Elementzugriff zerstrt
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.
stack::top
Kapazitt
Original:
Capacity
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
stack::empty
stack::size
Modifiers
Original:
Modifiers
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
stack::push
stack::emplace
stack::pop
stack::swap
 

Vorlagenschleife entdeckt: Vorlage:include page

<tbody> </tbody>
template< > bool operator==( stack<>& lhs, stack<>& rhs );
(1)
template< > bool operator!=( stack<>& lhs, stack<>& rhs );
(2)
template< > bool operator<( stack<>& lhs, stack<>& rhs );
(3)
template< > bool operator<=( stack<>& lhs, stack<>& rhs );
(4)
template< > bool operator>( stack<>& lhs, stack<>& rhs );
(5)
template< > bool operator>=( stack<>& lhs, stack<>& rhs );
(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.

Parameter

lhs, rhs - container adaptors whose contents to compare

Rckgabewert

true if the corresponding comparison yields true, false otherwise.

Komplexitt

Linear in der Gre des Behlters
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