Construct a container containing the bits in [first,last).]
Declared in <util/bitdeque.h>
template<typename It>
bitdeque(
It first,
It last);
| Name | Description |
|---|---|
| first | Iterator to the first bit to copy. |
| last | Iterator past the last bit to copy. |