Same as the preceding overload, initializing each element to the specified initialValue.

Synopsis

Declared in <bdlc_queue.h>

Queue(
    int initialLength,
    T const& initialValue,
    bslma::Allocator* basicAllocator = 0);

Created with MrDocs