Same as the preceding overload, creating a queue of the specified initialLength with elements value‐initialized.

Synopsis

Declared in <bdlc_queue.h>

explicit
Queue(
    unsigned int initialLength,
    bslma::Allocator* basicAllocator = 0);

Created with MrDocs