Replace the contents of this list with the range [__first, __last)].
Synopsis
Declared in <bslstp_slist.h>
template<class _InputIterator>
void
assign(
_InputIterator __first,
_InputIterator __last);
Parameters
Name |
Description |
__first |
beginning of the range to assign |
__last |
end of the range to assign (exclusive) |
Created with MrDocs