bitdeque::bitdeque

Construct a container containing count times the value of val.

Synopsis

Declared in <util/bitdeque.h>

bitdeque(
    size_type count,
    bool val);

Parameters

NameDescription
countNumber of bits in the new container.
valValue assigned to every bit.