<vector> Members
These are members of the header file <vector>. Information about members of the class vector is available at vector Members.
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. |