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