key overloads
Declared in <bdlcc_timequeue.h>
Return the modifiable key value associated with this item.
TimeQueueItem<DATA>::Key&
key();
» more...
Return the non-modifiable key value associated with this item.
TimeQueueItem<DATA>::Key const&
key() const;
» more...