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_base< _Value, _Cache_hash_code > - Base class for node iterators.

Author

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

libstdc++                                        Tue Jul std::__detail::_Node_it...lue,_Cache_hash_code>(3cxx)

Detailed Description

template<typename_Value,bool_Cache_hash_code>
       struct std::__detail::_Node_iterator_base< _Value, _Cache_hash_code >" Base class for node iterators.

       Definition at line 288 of file hashtable_policy.h.

Name

       std::__detail::_Node_iterator_base< _Value, _Cache_hash_code > - Base class for node iterators.

Synopsis

PublicTypes
       using __node_type = _Hash_node< _Value, _Cache_hash_code >

   PublicMemberFunctions_Node_iterator_base (__node_type *__p) noexcept
       void _M_incr () noexcept

   PublicAttributes__node_type * _M_cur

See Also