[#bsl-slist-insert-0f] = xref:bsl.adoc[bsl]::xref:bsl/slist.adoc[slist]::insert :relfileprefix: ../../ :mrdocs: Insert the specified range before `__pos`. == Synopsis Declared in `<bslstp_slist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class _InIter> void insert( xref:bsl/slist/iterator.adoc[iterator] __pos, _InIter __first, _InIter __last); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#