[#bsl-list-054-push_front-0d] = xref:bsl.adoc[bsl]::xref:bsl/list-054.adoc[list]::push_front :relfileprefix: ../../ :mrdocs: Prepend to the front of this list a copy of the specified `value`. This method offers full guarantee of rollback in case an exception is thrown. This method requires that the (template parameter) `VALUE` be `copy‐constructible` (see {Requirements on `VALUE`}). == Synopsis Declared in `<bslstl_list.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void push_front(xref:bsl/list-054/value_type.adoc[value_type] const& value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#