logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::__detail::_Local_iterator< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, __constant_iterators, __cache

Author

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

libstdc++                                        Tue Jul 1std::__detail::_Local_...nt_iterators,__cache>(3cxx)

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 1647 of file hashtable_policy.h.

Name

       std::__detail::_Local_iterator< _Key, _Value, _ExtractKey, _H1, _H2, _Hash, __constant_iterators, __cache
       > - local iterators

Synopsis

       Inherits std::__detail::_Local_iterator_base<_Key,_Value,_ExtractKey,_H1,_H2,_Hash,__cache>.

   PublicTypes
       typedef std::ptrdiff_t difference_type
       typedef std::forward_iterator_tagiterator_category
       typedef std::conditional< __constant_iterators, const _Value *, _Value * >::type pointer
       typedef std::conditional< __constant_iterators, const _Value &, _Value & >::type reference
       typedef _Value value_typePublicMemberFunctions_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_iteratoroperator++ (int)
       pointer operator-> () const

See Also