[#absl-FixedArray-2constructor-03] = xref:absl.adoc[absl]::xref:absl/FixedArray.adoc[FixedArray]::FixedArray :relfileprefix: ../../ :mrdocs: Moves the contents of `other` into a new fixed array 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]&& other, xref:absl/FixedArray/allocator_type.adoc[allocator_type] const& a) noexcept(NoexceptMovable()); ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The fixed array to move from. | *a* | The allocator to use. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#