libstdc++
std::__detail::_Hash_node_base Struct Reference

#include <hashtable_policy.h>

Inheritance diagram for std::__detail::_Hash_node_base:
[legend]

Public Member Functions

 _Hash_node_base (_Hash_node_base *__next) noexcept
 

Public Attributes

_Hash_node_base_M_nxt
 

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.

Constructor & Destructor Documentation

◆ _Hash_node_base() [1/2]

std::__detail::_Hash_node_base::_Hash_node_base ( )
inlinenoexcept

Definition at line 218 of file hashtable_policy.h.

◆ _Hash_node_base() [2/2]

std::__detail::_Hash_node_base::_Hash_node_base ( _Hash_node_base __next)
inlinenoexcept

Definition at line 220 of file hashtable_policy.h.

Member Data Documentation

◆ _M_nxt

_Hash_node_base* std::__detail::_Hash_node_base::_M_nxt

Definition at line 216 of file hashtable_policy.h.


The documentation for this struct was generated from the following file: