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