[#absl-InlinedVector-operator_assign-0e8] = xref:absl.adoc[absl]::xref:absl/InlinedVector.adoc[InlinedVector]::operator= :relfileprefix: ../../ :mrdocs: Overload of `InlinedVector::operator=(...)` that replaces the elements of the inlined vector with copies of the elements of `other`. == Synopsis Declared in `<absl/container/inlined_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/InlinedVector.adoc[InlinedVector]& operator=(xref:absl/InlinedVector.adoc[InlinedVector] const& other); ---- == Return Value A reference to the inlined vector. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The inlined vector to copy. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#