[#absl-AlphaNum-2constructor-05] = xref:absl.adoc[absl]::xref:absl/AlphaNum.adoc[AlphaNum]::AlphaNum :relfileprefix: ../../ :mrdocs: Deleted copy constructor; `AlphaNum` is not copyable. == Synopsis Declared in `<absl/strings/str_cat.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- AlphaNum(xref:absl/AlphaNum.adoc[AlphaNum] const& other) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The object to copy construct from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#