Append an element to the end of the container.
Synopsis
Declared in <util/bitdeque.h>
void
push_back(bool val);
Parameters
Name |
Description |
val |
Value of the appended bit. |
Created with MrDocs
Append an element to the end of the container.
Declared in <util/bitdeque.h>
void
push_back(bool val);
Name |
Description |
val |
Value of the appended bit. |
Created with MrDocs