#include <stddef.h>#include <bits/stl_iterator_base_types.h>#include <bits/cpp_type_traits.h>Go to the source code of this file.
| Namespaces | |
| namespace | __gnu_debug | 
| Defines | |
| #define | _GLIBCXX_DEBUG_FUNCTIONS_H 1 | 
| Functions | |
| bool | __gnu_debug::__check_singular_aux (const void *) | 
| template<typename _Iterator> | |
| bool | __gnu_debug::__check_singular (_Iterator &__x) | 
| template<typename _Tp> | |
| bool | __gnu_debug::__check_singular (const _Tp *__ptr) | 
| template<typename _Iterator, typename _Sequence> | |
| bool | __gnu_debug::__check_singular (const _Safe_iterator< _Iterator, _Sequence > &__x) | 
| template<typename _Iterator> | |
| bool | __gnu_debug::__check_dereferenceable (_Iterator &) | 
| template<typename _Tp> | |
| bool | __gnu_debug::__check_dereferenceable (const _Tp *__ptr) | 
| template<typename _Iterator, typename _Sequence> | |
| bool | __gnu_debug::__check_dereferenceable (const _Safe_iterator< _Iterator, _Sequence > &__x) | 
| template<typename _RandomAccessIterator> | |
| bool | __gnu_debug::__valid_range_aux2 (const _RandomAccessIterator &__first, const _RandomAccessIterator &__last, std::random_access_iterator_tag) | 
| template<typename _InputIterator> | |
| bool | __gnu_debug::__valid_range_aux2 (const _InputIterator &, const _InputIterator &, std::input_iterator_tag) | 
| template<typename _Integral> | |
| bool | __gnu_debug::__valid_range_aux (const _Integral &, const _Integral &, __true_type) | 
| template<typename _InputIterator> | |
| bool | __gnu_debug::__valid_range_aux (const _InputIterator &__first, const _InputIterator &__last, __false_type) | 
| template<typename _InputIterator> | |
| bool | __gnu_debug::__valid_range (const _InputIterator &__first, const _InputIterator &__last) | 
| template<typename _Iterator, typename _Sequence> | |
| bool | __gnu_debug::__valid_range (const _Safe_iterator< _Iterator, _Sequence > &__first, const _Safe_iterator< _Iterator, _Sequence > &__last) | 
| template<typename _InputIterator> | |
| _InputIterator | __gnu_debug::__check_valid_range (const _InputIterator &__first, const _InputIterator &__last __attribute__((__unused__))) | 
| template<typename _CharT, typename _Integer> | |
| const _CharT * | __gnu_debug::__check_string (const _CharT *__s, const _Integer &__n __attribute__((__unused__))) | 
| template<typename _CharT> | |
| const _CharT * | __gnu_debug::__check_string (const _CharT *__s) | 
| template<typename _InputIterator> | |
| bool | __gnu_debug::__check_sorted_aux (const _InputIterator &, const _InputIterator &, std::input_iterator_tag) | 
| template<typename _ForwardIterator> | |
| bool | __gnu_debug::__check_sorted_aux (_ForwardIterator __first, _ForwardIterator __last, std::forward_iterator_tag) | 
| template<typename _InputIterator, typename _Predicate> | |
| bool | __gnu_debug::__check_sorted_aux (const _InputIterator &, const _InputIterator &, _Predicate, std::input_iterator_tag) | 
| template<typename _ForwardIterator, typename _Predicate> | |
| bool | __gnu_debug::__check_sorted_aux (_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, std::forward_iterator_tag) | 
| template<typename _InputIterator> | |
| bool | __gnu_debug::__check_sorted (const _InputIterator &__first, const _InputIterator &__last) | 
| template<typename _InputIterator, typename _Predicate> | |
| bool | __gnu_debug::__check_sorted (const _InputIterator &__first, const _InputIterator &__last, _Predicate __pred) | 
| template<typename _ForwardIterator, typename _Tp> | |
| bool | __gnu_debug::__check_partitioned (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__value) | 
| template<typename _ForwardIterator, typename _Tp, typename _Pred> | |
| bool | __gnu_debug::__check_partitioned (_ForwardIterator __first, _ForwardIterator __last, const _Tp &__value, _Pred __pred) | 
| #define _GLIBCXX_DEBUG_FUNCTIONS_H 1 | 
Definition at line 32 of file functions.h.
 1.4.7
 1.4.7