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
Prepend an element to the front of the container.
Declared in <util/bitdeque.h>
void
push_front(bool val);
Name |
Description |
val |
Value of the prepended bit. |
Created with MrDocs