Creates an array initialized with the size and contents of init_list.
Declared in <absl/container/fixed_array.h>
FixedArray(
std::initializer_list<value_type> init_list,
allocator_type const& a = allocator_type());
| Name | Description |
|---|---|
| init_list | The initializer list of elements to copy. |
| a | The allocator to use. |