[#BloombergLP-bdlcc-TimeQueue-091-2constructor-0bc] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/TimeQueue-091.adoc[TimeQueue<function<void()>>]::TimeQueue :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdlcc_timequeue.h>` Create an empty time queue. Optionally specify `numIndexBits` to configure the number of index bits used by this object. If `numIndexBits` is not specified a default value of 17 is used. Optionally specify a `basicAllocator` used to supply memory. If `basicAllocator` is 0, the currently installed default allocator is used. The behavior is undefined unless `8 <= numIndexBits <= 24`. See the component‐level documentation for more information regarding `numIndexBits`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bdlcc/TimeQueue-091/2constructor-00b.adoc[TimeQueue](xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/bdlcc/TimeQueue-091/2constructor-00b.adoc[_» more..._]# DEPRECATED: Use the other constructor overloads instead. Note that the specified `poolTimerMemory` argument controlled whether additional memory used by an internal `bsl::map` was pooled. When `bsl::map` was modified to pool its own nodes, this option became irrelevant and is now ignored. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bdlcc/TimeQueue-091/2constructor-005.adoc[TimeQueue]( bool poolTimerMemory, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/bdlcc/TimeQueue-091/2constructor-005.adoc[_» more..._]# Same as the preceding overload, using the specified `numIndexBits`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bdlcc/TimeQueue-091/2constructor-0bf.adoc[TimeQueue]( int numIndexBits, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/bdlcc/TimeQueue-091/2constructor-0bf.adoc[_» more..._]# Same as the preceding deprecated overload, with the specified `numIndexBits`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlcc/TimeQueue-091/2constructor-08.adoc[TimeQueue]( int numIndexBits, bool poolTimerMemory, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#xref:BloombergLP/bdlcc/TimeQueue-091/2constructor-08.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#