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

Name

Description

first

beginning of the range (inclusive)

last

end of the range (exclusive)

basicAllocator

allocator used to supply memory

Created with MrDocs