[#bsl-list-054-push_front-0e] = xref:bsl.adoc[bsl]::xref:bsl/list-054.adoc[list]::push_front :relfileprefix: ../../ :mrdocs: Prepend to the front of this list the specified move‐insertable `value`. `value` is left in a valid but unspecified state. If an exception is thrown (other than by the move constructor of a non‐copy‐insertable `value_type`), this method has no effect. This method requires that the (template parameter) `VALUE` be `move‐insertable` into this list (see {Requirements on `VALUE`}). == Synopsis Declared in `<bslstl_list.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void push_front(xref:BloombergLP/bslmf/MovableRef.adoc[BloombergLP::bslmf::MovableRef<value_type>] value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#