BloombergLP::bdlcc::TimeQueueItem::key

key overloads

Synopses

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...