Return a reference to the modifiable pointer to the node following this node on the linked list.
Synopsis
Declared in <bdlcc_multipriorityqueue.h>
MultipriorityQueue_Node<TYPE>*&
nextPtr();
Return Value
reference to the modifiable pointer to the following node
Created with MrDocs