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