Create a set from the specified range, using basicAllocator.
Declared in <bslstl_set.h>
template<class RANGE>
set(
std::from_range_t tag,
RANGE&& range,
ALLOCATOR const& basicAllocator);
| Name | Description |
|---|---|
| tag | disambiguation tag for the range constructor |
| range | range of values to insert |
| basicAllocator | allocator used to supply memory |