[#absl-FixedArray-2constructor-083] = xref:absl.adoc[absl]::xref:absl/FixedArray.adoc[FixedArray]::FixedArray :relfileprefix: ../../ :mrdocs: Creates an array initialized with the size and contents of `init_list`. == Synopsis Declared in `<absl/container/fixed_array.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- FixedArray( std::initializer_list<value_type> init_list, xref:absl/FixedArray/allocator_type.adoc[allocator_type] const& a = allocator_type()); ---- == Parameters [cols="1,4"] |=== | Name| Description | *init_list* | The initializer list of elements to copy. | *a* | The allocator to use. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#