Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

std::__detail::_local_iterator(3) [centos man page]

std::__detail::_Local_iterator< _Keystd::__detail::_Local_iterator<y_Key,t_Value,n_ExtractKey,r_H1,__H2,e_Hash, __constant_iterators, __cache >(3)

NAME
std::__detail::_Local_iterator< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, __constant_iterators, __cache > - SYNOPSIS
Inherits std::__detail::_Local_iterator_base< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, __cache >. Public Types typedef std::ptrdiff_t difference_type typedef std::forward_iterator_tag iterator_category typedef std::conditional < __constant_iterators, const _Value *, _Value * >::type pointer" typedef std::conditional < __constant_iterators, const _Value &, _Value & >::type reference" typedef _Value value_type Public Member Functions _Local_iterator (const __hash_code_base &__base, _Hash_node< _Value, __cache > *__p, std::size_t __bkt, std::size_t __bkt_count) reference operator* () const _Local_iterator & operator++ () _Local_iterator operator++ (int) pointer operator-> () const Detailed Description template<typename _Key, typename _Value, typename _ExtractKey, typename _H1, typename _H2, typename _Hash, bool __constant_iterators, bool __cache>struct std::__detail::_Local_iterator< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, __constant_iterators, __cache > local iterators Definition at line 1279 of file hashtable_policy.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ std::__detail::_Local_iterator<u_Key, _Value, _ExtractKey, _H1, _H2, _Hash, __constant_iterators, __cache >(3)

Check Out this Related Man Page

std::__detail(3cxx)													       std::__detail(3cxx)

NAME
std::__detail - SYNOPSIS
Classes struct _List_node_base Common part of a node in the list. Functions template<class _Iterator > std::iterator_traits < _Iterator >::difference_type __distance_fw (_Iterator __first, _Iterator __last, std::input_iterator_tag)" 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)" template<typename _InputIterator , typename _OutputIterator , typename _UnaryOperation > _OutputIterator __transform (_InputIterator __first, _InputIterator __last, _OutputIterator __result, _UnaryOperation __unary_op) 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) template<typename _Value , bool __cache> bool operator== (const _Hashtable_iterator_base< _Value, __cache > &__x, const _Hashtable_iterator_base< _Value, __cache > &__y) Variables const unsigned long __prime_list [] Detailed Description Implementation details not part of the namespace std interface. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::__detail(3cxx)
Man Page