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

Synopsis

Declared in <util/bitdeque.h>

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

Parameters

Name

Description

first

Iterator to the first bit to copy.

last

Iterator past the last bit to copy.

Created with MrDocs