[#bsl-list-054-push_front-03] = xref:bsl.adoc[bsl]::xref:bsl/list-054.adoc[list]::push_front :relfileprefix: ../../ :mrdocs: `push_front` overloads == Synopses Declared in `<bslstl_list.h>` Prepend the specified move‐insertable `value` to the front of this list. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:bsl/list-054/push_front-0e.adoc[push_front](xref:BloombergLP/bslmf/MovableRef.adoc[BloombergLP::bslmf::MovableRef<value_type>] value); ---- [.small]#xref:bsl/list-054/push_front-0e.adoc[_» more..._]# Prepend a copy of the specified `value` to the front of this list. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:bsl/list-054/push_front-0d.adoc[push_front](xref:bsl/list-054/value_type.adoc[value_type] const& value); ---- [.small]#xref:bsl/list-054/push_front-0d.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *value* | element to move‐prepend |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#