DOKK / manpages / debian 10 / libstdc++-8-doc / std::__detail::_Hash_node_base.3cxx.en
std::__detail::_Hash_node_base(3cxx) std::__detail::_Hash_node_base(3cxx)

std::__detail::_Hash_node_base

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


_Hash_node_base (_Hash_node_base *__next) noexcept


_Hash_node_base * _M_nxt

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

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

Sat Apr 6 2019 libstdc++