[#BloombergLP-bdlcc-TimeQueueItem-2constructor-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/TimeQueueItem.adoc[TimeQueueItem]::TimeQueueItem :relfileprefix: ../../../ :mrdocs: Create a copy of the specified `original` time queue item. == Synopsis Declared in `<bdlcc_timequeue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- TimeQueueItem( xref:BloombergLP/bdlcc/TimeQueueItem.adoc[TimeQueueItem<DATA>] const& original, xref:BloombergLP/bslma/Allocator.adoc[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 [cols="1,4"] |=== | Name| Description | *original* | item to copy | *basicAllocator* | allocator used to supply memory |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#