[#bsl-slist-push_front] = xref:bsl.adoc[bsl]::xref:bsl/slist.adoc[slist]::push_front :relfileprefix: ../../ :mrdocs: Insert `__x` at the front of this list. == Synopsis Declared in `<bslstp_slist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void push_front(xref:bsl/slist/value_type.adoc[value_type] const& __x = _Tp()); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#