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