libstdc++: stl_vector.h File Reference (original) (raw)
Go to the source code of this file.
Macros | |
---|---|
#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 > | |
constexpr __detail::__synth3way_t< _Tp > | std::operator<=> (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) |
template<typename _Tp , typename _Alloc > | |
constexpr bool | std::operator== (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y) |
template<typename _Tp , typename _Alloc > | |
constexpr void | std::swap (vector< _Tp, _Alloc > &__x, vector< _Tp, _Alloc > &__y) noexcept(/*conditional */) |
template<typename _InputIterator , typename _ValT = typename iterator_traits<_InputIterator>::value_type, typename _Allocator = allocator<_ValT>, typename = _RequireInputIter<_InputIterator>, typename = _RequireAllocator<_Allocator>> | |
std::vector (_InputIterator, _InputIterator, _Allocator=_Allocator()) -> vector< _ValT, _Allocator > | |
This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include .
Definition in file stl_vector.h.
◆ _GLIBCXX_ASAN_ANNOTATE_BEFORE_DEALLOC
#define _GLIBCXX_ASAN_ANNOTATE_BEFORE_DEALLOC
◆ _GLIBCXX_ASAN_ANNOTATE_GREW
| #define _GLIBCXX_ASAN_ANNOTATE_GREW | ( | | n | ) | | --------------------------------------- | - | | - | - |
◆ _GLIBCXX_ASAN_ANNOTATE_GROW
| #define _GLIBCXX_ASAN_ANNOTATE_GROW | ( | | n | ) | | --------------------------------------- | - | | - | - |
◆ _GLIBCXX_ASAN_ANNOTATE_REINIT
#define _GLIBCXX_ASAN_ANNOTATE_REINIT
◆ _GLIBCXX_ASAN_ANNOTATE_SHRINK
| #define _GLIBCXX_ASAN_ANNOTATE_SHRINK | ( | | n | ) | | ----------------------------------------- | - | | - | - |