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