Internal hashtable node holding a value and a next‐node pointer.
Synopsis
Declared in <bslstp_hashtable.h>
template<class _Val>
struct _Hashtable_node;
Type Aliases
Name |
Description |
This node type. |
Data Members
Name |
Description |
Pointer to the next node in the bucket chain. |
|
Value stored in this node. |
Created with MrDocs