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::_Hash_node_base

Author

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

libstdc++                                        Tue Jul 19 2022            std::__detail::_Hash_node_base(3cxx)

Detailed Description

       struct _Hash_node_base

       Nodes, used to wrap elements stored in the hash table. A policy template parameter of class template
       _Hashtable controls whether nodes also store a hash code. In some cases (e.g. strings) this may be a
       performance win.

       Definition at line 214 of file hashtable_policy.h.

Name

       std::__detail::_Hash_node_base

Synopsis

       Inherited by std::__detail::_Hash_node_value_base<_Value>.

   PublicMemberFunctions_Hash_node_base (_Hash_node_base *__next) noexcept

   PublicAttributes_Hash_node_base * _M_nxt

See Also