[#bsl-slist-_M_fill_assign] = xref:bsl.adoc[bsl]::xref:bsl/slist.adoc[slist]::_M_fill_assign :relfileprefix: ../../ :mrdocs: Assign `__n` copies of `__val` to this list. == Synopsis Declared in `<bslstp_slist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void _M_fill_assign( xref:bsl/slist/size_type.adoc[size_type] __n, _Tp const& __val); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#