bitdeque::emplace

Insert a single bit before the given position.

Synopsis

Declared in <util/bitdeque.h>

iterator
emplace(
    const_iterator pos,
    bool val);

Return Value

Iterator to the inserted bit.

Parameters

NameDescription
posIterator before which the bit is inserted.
valValue of the inserted bit.