.TH "std::__detail::_Hash_node_base" 3cxx "Tue Jul 18 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__detail::_Hash_node_base .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherited by \fBstd::__detail::_Hash_node_value_base< _Value >\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB_Hash_node_base\fP (\fB_Hash_node_base\fP *__next) noexcept" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "\fB_Hash_node_base\fP * \fB_M_nxt\fP" .br .in -1c .SH "Detailed Description" .PP struct _Hash_node_base .PP 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\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.