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
Name |
Description |
tag |
disambiguation tag for the range constructor |
range |
range of values to insert |
basicAllocator |
allocator used to supply memory |
Created with MrDocs