Insert a single bit before the given position.
Synopsis
Declared in <util/bitdeque.h>
iterator
insert(
const_iterator pos,
bool val);
Return Value
Iterator to the inserted bit.
Parameters
Name |
Description |
pos |
Iterator before which the bit is inserted. |
val |
Value of the inserted bit. |
Created with MrDocs