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_iterator< _Value, __constant_iterators, __cache > - Node iterators, used to iterate

Author

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

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

Detailed Description

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

       Definition at line 318 of file hashtable_policy.h.

Name

       std::__detail::_Node_iterator< _Value, __constant_iterators, __cache > - Node 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
       using pointer = typename std::conditional< __constant_iterators, const _Value *, _Value * >::type
       using reference = typename std::conditional< __constant_iterators, const _Value &, _Value & >::type
       typedef _Value value_typePublicMemberFunctions_Node_iterator (__node_type *__p) noexcept
       void _M_incr () noexcept
       reference operator* () const noexcept
       _Node_iterator & operator++ () noexcept
       _Node_iteratoroperator++ (int) noexcept
       pointer operator-> () const noexcept

   PublicAttributes
       __node_type * _M_cur

See Also