[#bsl-slist-_M_assign_dispatch-01] = xref:bsl.adoc[bsl]::xref:bsl/slist.adoc[slist]::_M_assign_dispatch :relfileprefix: ../../ :mrdocs: Assign `__n` copies of `__val` when the iterators are actually integers. == Synopsis Declared in `<bslstp_slist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class _Integer> void _M_assign_dispatch( _Integer __n, _Integer __val, xref:bsl/true_type.adoc[bsl::true_type]*); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#