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