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::_Node_const_iterator< _Value, __constant_iterators, __cache > - Node const_iterators, used

Author

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

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

Detailed Description

template<typename_Value,bool__constant_iterators,bool__cache>
       struct std::__detail::_Node_const_iterator< _Value, __constant_iterators, __cache >" Node
       const_iterators, used to iterate through all the hashtable.

       Definition at line 369 of file hashtable_policy.h.

Name

       std::__detail::_Node_const_iterator< _Value, __constant_iterators, __cache > - Node const_iterators, used
       to iterate through all the hashtable.

Synopsis

       Inherits std::__detail::_Node_iterator_base<_Value,__cache>.

   PublicTypes
       typedef std::ptrdiff_t difference_type
       typedef std::forward_iterator_tagiterator_category
       typedef const _Value * pointer
       typedef const _Value & reference
       typedef _Value value_typePublicMemberFunctions_Node_const_iterator (__node_type *__p) noexcept
       _Node_const_iterator (const _Node_iterator< _Value, __constant_iterators, __cache > &__x) noexcept
       void _M_incr () noexcept
       reference operator* () const noexcept
       _Node_const_iterator & operator++ () noexcept
       _Node_const_iteratoroperator++ (int) noexcept
       pointer operator-> () const noexcept

   PublicAttributes
       __node_type * _M_cur

See Also