Insert count copies of a bit before the given position.
Declared in <util/bitdeque.h>
iterator
insert(
const_iterator pos,
size_type count,
bool val);
Iterator to the first inserted bit.
| Name | Description |
|---|---|
| pos | Iterator before which the bits are inserted. |
| count | Number of bits to insert. |
| val | Value assigned to every inserted bit. |