libstdc++: helper_functions.h File Reference (original) (raw)

Go to the source code of this file.

Functions
template<typename _Iterator >
constexpr _Iterator __gnu_debug::__base (_Iterator __it)
template<typename _InputIterator , typename _Size >
constexpr bool __gnu_debug::__can_advance (_InputIterator, _Size)
template<typename _InputIterator , typename _Diff >
constexpr bool __gnu_debug::__can_advance (_InputIterator, const std::pair< _Diff, _Distance_precision > &, int)
template<typename _Iterator , typename _Sequence , typename _Category , typename _Size >
bool __gnu_debug::__can_advance (const _Safe_iterator< _Iterator, _Sequence, _Category > &, _Size)
template<typename _Iterator , typename _Sequence , typename _Category , typename _Diff >
bool __gnu_debug::__can_advance (const _Safe_iterator< _Iterator, _Sequence, _Category > &, const std::pair< _Diff, _Distance_precision > &, int)
template<typename _Iterator >
constexpr bool __gnu_debug::__check_singular (_Iterator const &)
template<typename _Tp >
constexpr bool __gnu_debug::__check_singular (_Tp *const &__ptr)
bool __gnu_debug::__check_singular_aux (const class _Safe_iterator_base *)
bool __gnu_debug::__check_singular_aux (const void *)
template<typename _Iterator >
constexpr _Distance_traits< _Iterator >::__type __gnu_debug::__get_distance (_Iterator __lhs, _Iterator __rhs)
template<typename _Iterator >
constexpr _Distance_traits< _Iterator >::__type __gnu_debug::__get_distance (_Iterator __lhs, _Iterator __rhs, std::input_iterator_tag)
template<typename _Iterator >
constexpr _Distance_traits< _Iterator >::__type __gnu_debug::__get_distance (_Iterator __lhs, _Iterator __rhs, std::random_access_iterator_tag)
template<typename _Iterator >
constexpr _Iterator __gnu_debug::__unsafe (_Iterator __it)
template<typename _InputIterator >
constexpr bool __gnu_debug::__valid_range (_InputIterator __first, _InputIterator __last)
template<typename _InputIterator >
constexpr bool __gnu_debug::__valid_range (_InputIterator __first, _InputIterator __last, typename _Distance_traits< _InputIterator >::__type &__dist)
template<typename _Iterator , typename _Sequence , typename _Category >
bool __gnu_debug::__valid_range (const _Safe_iterator< _Iterator, _Sequence, _Category > &, const _Safe_iterator< _Iterator, _Sequence, _Category > &)
template<typename _Iterator , typename _Sequence , typename _Category >
bool __gnu_debug::__valid_range (const _Safe_iterator< _Iterator, _Sequence, _Category > &, const _Safe_iterator< _Iterator, _Sequence, _Category > &, typename _Distance_traits< _Iterator >::__type &)
template<typename _Iterator , typename _Sequence >
bool __gnu_debug::__valid_range (const _Safe_local_iterator< _Iterator, _Sequence > &, const _Safe_local_iterator< _Iterator, _Sequence > &)
template<typename _Iterator , typename _Sequence >
bool __gnu_debug::__valid_range (const _Safe_local_iterator< _Iterator, _Sequence > &, const _Safe_local_iterator< _Iterator, _Sequence > &, typename _Distance_traits< _Iterator >::__type &)
template<typename _InputIterator >
constexpr bool __gnu_debug::__valid_range_aux (_InputIterator __first, _InputIterator __last, std::__false_type)
template<typename _InputIterator >
constexpr bool __gnu_debug::__valid_range_aux (_InputIterator __first, _InputIterator __last, std::input_iterator_tag)
template<typename _InputIterator >
constexpr bool __gnu_debug::__valid_range_aux (_InputIterator __first, _InputIterator __last, std::random_access_iterator_tag)
template<typename _InputIterator >
constexpr bool __gnu_debug::__valid_range_aux (_InputIterator __first, _InputIterator __last, typename _Distance_traits< _InputIterator >::__type &__dist, std::__false_type)
template<typename _Integral >
constexpr bool __gnu_debug::__valid_range_aux (_Integral, _Integral, std::__true_type)
template<typename _Integral >
constexpr bool __gnu_debug::__valid_range_aux (_Integral, _Integral, typename _Distance_traits< _Integral >::__type &__dist, std::__true_type)

This file is a GNU debug extension to the Standard C++ Library.

Definition in file helper_functions.h.