Same as the preceding deprecated overload, with the specified numIndexBits.

Synopsis

Declared in <bdlcc_timequeue.h>

TimeQueue(
    int numIndexBits,
    bool poolTimerMemory,
    bslma::Allocator* basicAllocator = 0);

Parameters

Name

Description

numIndexBits

number of index bits to configure

poolTimerMemory

ignored; retained for compatibility

basicAllocator

allocator used to supply memory

Created with MrDocs