bitdeque::assign

Set the container equal to the bits in [first,last).]

Synopsis

Declared in <util/bitdeque.h>

template<typename It>
void
assign(
    It first,
    It last);

Parameters

NameDescription
firstIterator to the first bit to copy.
lastIterator past the last bit to copy.