bsl::set::set

Create a set from [first .. last)] using basicAllocator.

Synopsis

Declared in <bslstl_set.h>

template<class INPUT_ITERATOR>
set(
    INPUT_ITERATOR first,
    INPUT_ITERATOR last,
    ALLOCATOR const& basicAllocator);

Parameters

NameDescription
firstbeginning of the range (inclusive)
lastend of the range (exclusive)
basicAllocatorallocator used to supply memory