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;
Return Value
-
reference to the modifiable pointer to the following node
-
pointer to the following node, or 0 if none
Created with MrDocs