[#bitdeque-push_back] = xref:bitdeque.adoc[bitdeque]::push_back :relfileprefix: ../ :mrdocs: Append an element to the end of the container. == Synopsis Declared in `<util/bitdeque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void push_back(bool val); ---- == Parameters [cols="1,4"] |=== | Name| Description | *val* | Value of the appended bit. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#