Insert the specified range immediately after __pos.
Declared in <bslstp_slist.h>
template<class _InIter>
void
insert_after(
iterator __pos,
_InIter __first,
_InIter __last);
| Name | Description |
|---|---|
| __pos | position after which to insert |
| __first | beginning of the range to insert |
| __last | end of the range to insert (exclusive) |