bitdeque::push_front

Prepend an element to the front of the container.

Synopsis

Declared in <util/bitdeque.h>

void
push_front(bool val);

Parameters

NameDescription
valValue of the prepended bit.