Insert __x before __pos and return an iterator to the new element.

Synopsis

Declared in <bslstp_slist.h>

iterator
insert(
    iterator __pos,
    value_type const& __x = _Tp());

Created with MrDocs