This class template represents a node in the singly‐linked list of (KEY, VALUE) elements for each bucket of a hash map.
Synopsis
Declared in <bdlcc_stripedunorderedcontainerimpl.h>
template<
class KEY,
class VALUE>
class StripedUnorderedContainerImpl_Node;
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this object. |
Return the allocator used by |
|
Return a |
|
Return the pointer to the next node. |
|
Return the address of the pointer to the next node. |
|
Set this node's pointer‐to‐next‐node to the specified |
|
|
Created with MrDocs