Create a set from [first .. last)] using basicAllocator.
Declared in <bslstl_set.h>
template<class INPUT_ITERATOR>
set(
INPUT_ITERATOR first,
INPUT_ITERATOR last,
ALLOCATOR const& basicAllocator);
| Name | Description |
|---|---|
| first | beginning of the range (inclusive) |
| last | end of the range (exclusive) |
| basicAllocator | allocator used to supply memory |