[#bsl-slist-insert-0e] = xref:bsl.adoc[bsl]::xref:bsl/slist.adoc[slist]::insert :relfileprefix: ../../ :mrdocs: Insert `__x` before `__pos` and return an iterator to the new element. == Synopsis Declared in `<bslstp_slist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/slist/iterator.adoc[iterator] insert( xref:bsl/slist/iterator.adoc[iterator] __pos, xref:bsl/slist/value_type.adoc[value_type] const& __x = _Tp()); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#