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