bitdeque::emplace_front

Prepend an element to the front of the container and return a reference to it.

Synopsis

Declared in <util/bitdeque.h>

reference
emplace_front(bool val);

Return Value

Reference to the newly prepended bit.

Parameters

NameDescription
valValue of the prepended bit.