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