[#absl-AlphaNum-operator_assign] = xref:absl.adoc[absl]::xref:absl/AlphaNum.adoc[AlphaNum]::operator= :relfileprefix: ../../ :mrdocs: Deleted copy assignment; `AlphaNum` is not assignable. == Synopsis Declared in `<absl/strings/str_cat.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/AlphaNum.adoc[AlphaNum]& operator=(xref:absl/AlphaNum.adoc[AlphaNum] const& other) = delete; ---- == Return Value This object (never returns; deleted). == Parameters [cols="1,4"] |=== | Name| Description | *other* | The object to copy assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#