[#bsl-slist-insert_after-0b] = xref:bsl.adoc[bsl]::xref:bsl/slist.adoc[slist]::insert_after :relfileprefix: ../../ :mrdocs: Insert the specified range immediately after `__pos`. == Synopsis Declared in `<bslstp_slist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class _InIter> void insert_after( xref:bsl/slist/iterator.adoc[iterator] __pos, _InIter __first, _InIter __last); ---- == Parameters [cols="1,4"] |=== | Name| Description | *__pos* | position after which to insert | *__first* | beginning of the range to insert | *__last* | end of the range to insert (exclusive) |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#