Insert __n copies of __x before __pos.
Declared in <bslstp_slist.h>
void
insert(
iterator __pos,
size_type __n,
value_type const& __x);
| Name | Description |
|---|---|
| __pos | position before which to insert |
| __n | number of copies to insert |
| __x | value copied into each inserted element |