libstdc++
|
Go to the source code of this file.
Namespaces | |
__gnu_debug | |
std | |
std::__debug | |
Macros | |
#define | _GLIBCXX_DEBUG_VECTOR |
Functions | |
template<typename _Iterator , typename _Container , typename _Sequence > | |
_Iterator | std::__niter_base (const __gnu_debug::_Safe_iterator< __gnu_cxx::__normal_iterator< _Iterator, _Container >, _Sequence, std::random_access_iterator_tag > &) |
template<typename _Tp , typename _Alloc > | |
bool | std::__debug::operator!= (const vector< _Tp, _Alloc > &__lhs, const vector< _Tp, _Alloc > &__rhs) |
template<typename _Tp , typename _Alloc > | |
bool | std::__debug::operator< (const vector< _Tp, _Alloc > &__lhs, const vector< _Tp, _Alloc > &__rhs) |
template<typename _Tp , typename _Alloc > | |
bool | std::__debug::operator<= (const vector< _Tp, _Alloc > &__lhs, const vector< _Tp, _Alloc > &__rhs) |
template<typename _Tp , typename _Alloc > | |
bool | std::__debug::operator== (const vector< _Tp, _Alloc > &__lhs, const vector< _Tp, _Alloc > &__rhs) |
template<typename _Tp , typename _Alloc > | |
bool | std::__debug::operator> (const vector< _Tp, _Alloc > &__lhs, const vector< _Tp, _Alloc > &__rhs) |
template<typename _Tp , typename _Alloc > | |
bool | std::__debug::operator>= (const vector< _Tp, _Alloc > &__lhs, const vector< _Tp, _Alloc > &__rhs) |
template<typename _Tp , typename _Alloc > | |
void | std::__debug::swap (vector< _Tp, _Alloc > &__lhs, vector< _Tp, _Alloc > &__rhs) noexcept(/*conditional */) |
This file is a GNU debug extension to the Standard C++ Library.
Definition in file debug/vector.