bsl::set::set

Create a set from the specified range, using the specified basicAllocator.

Synopsis

Declared in <bslstl_set.h>

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