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;

Return Value

pointer to the following node, or 0 if none

Created with MrDocs