Insert the specified range before __pos.
Synopsis
Declared in <bslstp_slist.h>
template<class _InIter>
void
insert(
iterator __pos,
_InIter __first,
_InIter __last);
Parameters
Name |
Description |
__pos |
position before which to insert |
__first |
beginning of the range to insert |
__last |
end of the range to insert (exclusive) |
Created with MrDocs