bitdeque::emplace_back

Append an element to the end of the container and return a reference to it.

Synopsis

Declared in <util/bitdeque.h>

reference
emplace_back(bool val);

Return Value

Reference to the newly appended bit.

Parameters

NameDescription
valValue of the appended bit.