[#bsl-slist-_M_assign_dispatch-0b] = xref:bsl.adoc[bsl]::xref:bsl/slist.adoc[slist]::_M_assign_dispatch :relfileprefix: ../../ :mrdocs: Assign from the iterator range `[__first, __last)]`. == Synopsis Declared in `<bslstp_slist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class _InputIter> void _M_assign_dispatch( _InputIter __first, _InputIter __last, xref:bsl/false_type.adoc[bsl::false_type]* __not_integral); ---- == Parameters [cols="1,4"] |=== | Name| Description | *__first* | beginning of the range to assign | *__last* | end of the range to assign (exclusive) | *__not_integral* | tag selecting the iterator‐range overload |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#