Set this node's pointer‐to‐next‐node to the specified nextPtr.

Synopsis

Declared in <bdlcc_stripedunorderedcontainerimpl.h>

void
setNext(StripedUnorderedContainerImpl_Node* nextPtr);

Parameters

Name

Description

nextPtr

pointer to the next node

Created with MrDocs