[#BloombergLP-bdlcc-TimeQueue-09c-2constructor-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/TimeQueue-09c.adoc[TimeQueue]::TimeQueue :relfileprefix: ../../../ :mrdocs: Same as the preceding deprecated overload, with the specified `numIndexBits`. == Synopsis Declared in `<bdlcc_timequeue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- TimeQueue( int numIndexBits, bool poolTimerMemory, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- == Parameters [cols="1,4"] |=== | Name| Description | *numIndexBits* | number of index bits to configure | *poolTimerMemory* | ignored; retained for compatibility | *basicAllocator* | allocator used to supply memory |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#