Create a copy of the specified original time queue item.

Synopsis

Declared in <bdlcc_timequeue.h>

TimeQueueItem(
    TimeQueueItem<DATA> const& original,
    bslma::Allocator* basicAllocator = 0);

Description

Optionally specify a basicAllocator used to supply memory. If basicAllocator is zero, then use the currently installed default allocator.

Parameters

Name

Description

original

item to copy

basicAllocator

allocator used to supply memory

Created with MrDocs