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
Name |
Description |
val |
Value of the appended bit. |
Created with MrDocs