[#absl-FixedArray-operator_assign-03] = xref:absl.adoc[absl]::xref:absl/FixedArray.adoc[FixedArray]::operator= :relfileprefix: ../../ :mrdocs: Deleted copy assignment, since a `FixedArray`'s size never changes. == Synopsis Declared in `<absl/container/fixed_array.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void operator=(xref:absl/FixedArray.adoc[FixedArray] const& other) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The object to copy assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#