Constructs a set from an initializer list.
Declared in <absl/container/linked_hash_set.h>
linked_hash_set(
std::initializer_list<key_type> init,
allocator_type const& alloc);
| Name | Description |
|---|---|
| init | The initializer list of elements. |
| alloc | The allocator to use. |