bitdeque::assign

Set the container equal to count times the value of val.

Synopsis

Declared in <util/bitdeque.h>

void
assign(
    size_type count,
    bool val);

Parameters

NameDescription
countNumber of bits the container holds afterwards.
valValue assigned to every bit.