[#bitdeque-insert-0d] = xref:bitdeque.adoc[bitdeque]::insert :relfileprefix: ../ :mrdocs: Insert a single bit before the given position. == Synopsis Declared in `<util/bitdeque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bitdeque/iterator-05.adoc[iterator] insert( xref:bitdeque/const_iterator.adoc[const_iterator] pos, bool val); ---- == Return Value Iterator to the inserted bit. == Parameters [cols="1,4"] |=== | Name| Description | *pos* | Iterator before which the bit is inserted. | *val* | Value of the inserted bit. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#