bsl::slist::_M_assign_dispatch

Assign __n copies of __val when the iterators are actually integers.

Synopsis

Declared in <bslstp_slist.h>

template<class _Integer>
void
_M_assign_dispatch(
    _Integer __n,
    _Integer __val,
    bsl::true_type*);