|
libstdc++
|
Go to the source code of this file.
Classes | |
| struct | std::_Vector_base< _Tp, _Alloc > |
| See bits/stl_deque.h's _Deque_base for an explanation. More... | |
| class | std::vector< _Tp, _Alloc > |
| A standard container which offers fixed time access to individual elements in any order. More... | |
Namespaces | |
| namespace | std |
Defines | |
| #define | _GLIBCXX_ASAN_ANNOTATE_BEFORE_DEALLOC |
| #define | _GLIBCXX_ASAN_ANNOTATE_GREW(n) |
| #define | _GLIBCXX_ASAN_ANNOTATE_GROW(n) |
| #define | _GLIBCXX_ASAN_ANNOTATE_REINIT |
| #define | _GLIBCXX_ASAN_ANNOTATE_SHRINK(n) |
Functions | |
| template<typename _Tp , typename _Alloc > | |
| bool | std::operator!= (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) |
| template<typename _Tp , typename _Alloc > | |
| bool | std::operator< (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) |
| template<typename _Tp , typename _Alloc > | |
| bool | std::operator<= (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) |
| template<typename _Tp , typename _Alloc > | |
| bool | std::operator== (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) |
| template<typename _Tp , typename _Alloc > | |
| bool | std::operator> (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) |
| template<typename _Tp , typename _Alloc > | |
| bool | std::operator>= (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) |
| template<typename _Tp , typename _Alloc > | |
| void | std::swap (vector< _Tp, _Alloc > &__x, vector< _Tp, _Alloc > &__y) noexcept() |
This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <vector>.
Definition in file stl_vector.h.