[#absl-CommandLineFlag-operator_assign] = xref:absl.adoc[absl]::xref:absl/CommandLineFlag.adoc[CommandLineFlag]::operator= :relfileprefix: ../../ :mrdocs: Not assignable. == Synopsis Declared in `<absl/flags/commandlineflag.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/CommandLineFlag.adoc[CommandLineFlag]& operator=(xref:absl/CommandLineFlag.adoc[CommandLineFlag] const& other) = delete; ---- == Return Value A reference to this object. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The object to copy assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#