bitdeque::bitdeque

Construct a container containing the bits in [first,last).]

Synopsis

Declared in <util/bitdeque.h>

template<typename It>
bitdeque(
    It first,
    It last);

Parameters

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