Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reference
Operators
Tests if the vector object on the left side of the operator is not equal to the vector object on the right side. |
|
Tests if the vector object on the left side of the operator is less than the vector object on the right side. |
|
Tests if the vector object on the left side of the operator is less than or equal to the vector object on the right side. |
|
Tests if the vector object on the left side of the operator is equal to the vector object on the right side. |
|
Tests if the vector object on the left side of the operator is greater than the vector object on the right side. |
|
Tests if the vector object on the left side of the operator is greater than or equal to the vector object on the right side. |
Classes
A template class of sequence containers that arrange elements of a given type in a linear arrangement and allow fast random access to any element. |
Specializations
A full specialization of the template class vector for elements of type bool with an allocator for the underlying type used by the specialization. |