Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Reference
Operators
Tests if the list object on the left side of the operator is not equal to the list object on the right side. |
|
Tests if the list object on the left side of the operator is less than the list object on the right side. |
|
Tests if the list object on the left side of the operator is less than or equal to the list object on the right side. |
|
Tests if the list object on the left side of the operator is equal to the list object on the right side. |
|
Tests if the list object on the left side of the operator is greater than the list object on the right side. |
|
Tests if the list object on the left side of the operator is greater than or equal to the list object on the right side. |
Classes
A template class of sequence containers that maintain their elements in a linear arrangement and allow efficient insertions and deletions at any location within the sequence. |