stl_vector.h File Reference
Go to the source code of this file.
Classes
- class vector
- A standard container which offers fixed time access to individual elements in any order. More...
Namespaces
Defines
Functions
- template<typename _Tp , typename _Alloc > bool operator!= (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y)
- template<typename _Tp , typename _Alloc > bool operator< (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y)
- template<typename _Tp , typename _Alloc > bool operator<= (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y)
- template<typename _Tp , typename _Alloc > bool operator== (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y)
- template<typename _Tp , typename _Alloc > bool operator> (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y)
- template<typename _Tp , typename _Alloc > bool operator>= (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y)
- template<typename _Tp , typename _Alloc > void swap (vector< _Tp, _Alloc > &__x, vector< _Tp, _Alloc > &__y)
Detailed Description
This is an internal header file, included by other library headers. You should not attempt to use it directly.
Definition in file stl_vector.h.