Insert __x immediately after __pos and return an iterator to it.
Declared in <bslstp_slist.h>
iterator
insert_after(
iterator __pos,
value_type const& __x = _Tp());
iterator referring to the inserted element
| Name | Description |
|---|---|
| __pos | position after which to insert |
| __x | value to insert |