bsl::set::set

Create a set from the specified range, using basicAllocator.

Synopsis

Declared in <bslstl_set.h>

template<class RANGE>
set(
    std::from_range_t tag,
    RANGE&& range,
    ALLOCATOR const& basicAllocator);

Parameters

NameDescription
tagdisambiguation tag for the range constructor
rangerange of values to insert
basicAllocatorallocator used to supply memory