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