[#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]*); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#