Create an array of binary digits having the specified initialLength and value, using the optionally specified basicAllocator to supply memory.

Synopsis

Declared in <bdlc_bitarray.h>

BitArray(
    std::size_t initialLength,
    bool value,
    bslma::Allocator* basicAllocator = 0);

Created with MrDocs