[#absl-FixedArray-2constructor-02] = xref:absl.adoc[absl]::xref:absl/FixedArray.adoc[FixedArray]::FixedArray :relfileprefix: ../../ :mrdocs: Creates a copy of `other` using the given allocator. == Synopsis Declared in `<absl/container/fixed_array.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- FixedArray( xref:absl/FixedArray.adoc[FixedArray] const& other, xref:absl/FixedArray/allocator_type.adoc[allocator_type] const& a) noexcept(NoexceptCopyable()); ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The fixed array to copy from. | *a* | The allocator to use. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#