#include <bits/stl_iterator_base_funcs.h>#include <bits/functexcept.h>#include <bits/concept_check.h>Go to the source code of this file.
Namespaces | |
| namespace | _GLIBCXX_STD |
Classes | |
| struct | _GLIBCXX_STD::_Vector_base< _Tp, _Alloc > |
| struct | _GLIBCXX_STD::_Vector_base< _Tp, _Alloc >::_Vector_impl |
| class | _GLIBCXX_STD::vector< _Tp, _Alloc > |
| A standard container which offers fixed time access to individual elements in any order. More... | |
Defines | |
| #define | _VECTOR_H 1 |
Functions | |
| template<typename _Tp, typename _Alloc> | |
| bool | _GLIBCXX_STD::operator== (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) |
| Vector equality comparison. | |
| template<typename _Tp, typename _Alloc> | |
| bool | _GLIBCXX_STD::operator< (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) |
| Vector ordering relation. | |
| template<typename _Tp, typename _Alloc> | |
| bool | _GLIBCXX_STD::operator!= (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) |
| Based on operator==. | |
| template<typename _Tp, typename _Alloc> | |
| bool | _GLIBCXX_STD::operator> (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) |
| Based on operator<. | |
| template<typename _Tp, typename _Alloc> | |
| bool | _GLIBCXX_STD::operator<= (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) |
| Based on operator<. | |
| template<typename _Tp, typename _Alloc> | |
| bool | _GLIBCXX_STD::operator>= (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) |
| Based on operator<. | |
| template<typename _Tp, typename _Alloc> | |
| void | _GLIBCXX_STD::swap (vector< _Tp, _Alloc > &__x, vector< _Tp, _Alloc > &__y) |
| See std::vector::swap(). | |
Definition in file stl_vector.h.
| #define _VECTOR_H 1 |
Definition at line 62 of file stl_vector.h.
1.4.7