Add the specified nodePtr node at the end of this bucket.
Synopsis
Declared in <bdlcc_stripedunorderedcontainerimpl.h>
void
addNode(StripedUnorderedContainerImpl_Node<KEY, VALUE>* nodePtr);
Parameters
Name |
Description |
nodePtr |
node to append |
Created with MrDocs