std::tr1::__detail

Langue: en

Autres versions - même langue

Version: 323161 (ubuntu - 08/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

std::tr1::__detail - Implementation details not part of the namespace std::tr1 interface.

SYNOPSIS


Functions


template<class _Iterator > std::iterator_traits< _Iterator >::difference_type __distance_fw (_Iterator __first, _Iterator __last)

template<class _Iterator > std::iterator_traits< _Iterator >::difference_type __distance_fw (_Iterator __first, _Iterator __last, std::forward_iterator_tag)

template<class _Iterator > std::iterator_traits< _Iterator >::difference_type __distance_fw (_Iterator __first, _Iterator __last, std::input_iterator_tag)

template<typename _Value , bool __cache> bool operator!= (const _Hashtable_iterator_base< _Value, __cache > &__x, const _Hashtable_iterator_base< _Value, __cache > &__y)

template<typename _Value , bool __cache> bool operator!= (const _Node_iterator_base< _Value, __cache > &__x, const _Node_iterator_base< _Value, __cache > &__y)

template<typename _Value , bool __cache> bool operator== (const _Hashtable_iterator_base< _Value, __cache > &__x, const _Hashtable_iterator_base< _Value, __cache > &__y)

template<typename _Value , bool __cache> bool operator== (const _Node_iterator_base< _Value, __cache > &__x, const _Node_iterator_base< _Value, __cache > &__y)

Author

Generated automatically by Doxygen for libstdc++ from the source code.