Create an empty time queue item.
Declared in <bdlcc_timequeue.h>
explicit
TimeQueueItem(bslma::Allocator* basicAllocator = 0);
Optionally specify a basicAllocator used to supply memory. If basicAllocator is zero, then use the currently installed default allocator.
| Name | Description |
|---|---|
| basicAllocator | allocator used to supply memory |