bsl::slist::slist

Create a list from the specified iterator range.

Synopsis

Declared in <bslstp_slist.h>

template<class _InputIterator>
slist(
    _InputIterator __first,
    _InputIterator __last,
    allocator_type const& __a = allocator_type());