bitdeque::push_back

Append an element to the end of the container.

Synopsis

Declared in <util/bitdeque.h>

void
push_back(bool val);

Parameters

NameDescription
valValue of the appended bit.