Creates an array object that can store n elements.
Declared in <absl/container/fixed_array.h>
explicit
FixedArray(
size_type n,
allocator_type const& a = allocator_type());
Note that trivially constructible elements will be uninitialized.
| Name | Description |
|---|---|
| n | The number of elements to store. |
| a | The allocator to use. |