Prepend an element to the front of the container and return a reference to it.
Synopsis
Declared in <util/bitdeque.h>
reference
emplace_front(bool val);
Return Value
Reference to the newly prepended bit.
Parameters
Name |
Description |
val |
Value of the prepended bit. |
Created with MrDocs