Return a pointer to the non‐modifiable node following this node on the linked list, or 0 if this node has no successor.
Synopsis
Declared in <bdlcc_multipriorityqueue.h>
MultipriorityQueue_Node<TYPE> const*
nextPtr() const;
Created with MrDocs