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* __integral);
Parameters
Name |
Description |
__n |
number of elements after assignment |
__val |
value copied into each element |
__integral |
tag selecting the integral overload |
Created with MrDocs