This parameterized structure holds a time, data and associated handle. This structure is used in the interface of TimeQueue<DATA> to provide thread‐safe access to individual elements on the queue. Note that DATA must be default‐constructible.
Synopsis
Declared in <bdlcc_timequeue.h>
template<class DATA>
class TimeQueueItem;
Type Aliases
Member Functions
Name |
Description |
|
Constructors |
Set the value of this |
|
|
|
|
|
|
|
|
|
|
Declare that this type uses a |
Created with MrDocs