.TH "std::__detail::_Hash_node_base" 3cxx "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) \fBnoexcept\fP" .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\&. .PP Definition at line \fB214\fP of file \fBhashtable_policy\&.h\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "std::__detail::_Hash_node_base::_Hash_node_base ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB218\fP of file \fBhashtable_policy\&.h\fP\&. .SS "std::__detail::_Hash_node_base::_Hash_node_base (\fB_Hash_node_base\fP * __next)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB220\fP of file \fBhashtable_policy\&.h\fP\&. .SH "Member Data Documentation" .PP .SS "\fB_Hash_node_base\fP* std::__detail::_Hash_node_base::_M_nxt" .PP Definition at line \fB216\fP of file \fBhashtable_policy\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.