libstdc++
|
Go to the source code of this file.
Namespaces | |
namespace | __gnu_debug |
Functions | |
template<typename _Iterator > | |
auto | __gnu_debug::__base (const std::move_iterator< _Iterator > &__it) -> decltype(std::make_move_iterator(__base(__it.base()))) |
template<typename _Iterator , typename _Sequence > | |
std::reverse_iterator< _Iterator > | __gnu_debug::__base (const std::reverse_iterator< _Safe_iterator< _Iterator, _Sequence, std::random_access_iterator_tag > > &__it) |
template<typename _Iterator , typename _Size > | |
bool | __gnu_debug::__can_advance (const std::move_iterator< _Iterator > &__it, _Size __n) |
template<typename _Iterator , typename _Diff > | |
bool | __gnu_debug::__can_advance (const std::move_iterator< _Iterator > &__it, const std::pair< _Diff, _Distance_precision > &__dist, int __way) |
template<typename _Iterator , typename _Size > | |
bool | __gnu_debug::__can_advance (const std::reverse_iterator< _Iterator > &__it, _Size __n) |
template<typename _Iterator , typename _Diff > | |
bool | __gnu_debug::__can_advance (const std::reverse_iterator< _Iterator > &__it, const std::pair< _Diff, _Distance_precision > &__dist, int __way) |
template<typename _Iterator > | |
_Distance_traits< _Iterator >::__type | __gnu_debug::__get_distance (const std::move_iterator< _Iterator > &__first, const std::move_iterator< _Iterator > &__last) |
template<typename _Iterator > | |
_Distance_traits< _Iterator >::__type | __gnu_debug::__get_distance (const std::reverse_iterator< _Iterator > &__first, const std::reverse_iterator< _Iterator > &__last) |
template<typename _Iterator > | |
auto | __gnu_debug::__unsafe (const std::move_iterator< _Iterator > &__it) -> decltype(std::make_move_iterator(__unsafe(__it.base()))) |
template<typename _Iterator > | |
auto | __gnu_debug::__unsafe (const std::reverse_iterator< _Iterator > &__it) -> decltype(std::__make_reverse_iterator(__unsafe(__it.base()))) |
template<typename _Iterator > | |
bool | __gnu_debug::__valid_range (const std::move_iterator< _Iterator > &__first, const std::move_iterator< _Iterator > &__last, typename _Distance_traits< _Iterator >::__type &__dist) |
template<typename _Iterator > | |
bool | __gnu_debug::__valid_range (const std::reverse_iterator< _Iterator > &__first, const std::reverse_iterator< _Iterator > &__last, typename _Distance_traits< _Iterator >::__type &__dist) |
This file is a GNU debug extension to the Standard C++ Library.
Definition in file debug/stl_iterator.h.