Prepend an element to the front of the container.

Synopsis

Declared in <util/bitdeque.h>

void
push_front(bool val);

Parameters

Name

Description

val

Value of the prepended bit.

Created with MrDocs