[#absl-AlphaNum-2constructor-015] = xref:absl.adoc[absl]::xref:absl/AlphaNum.adoc[AlphaNum]::AlphaNum :relfileprefix: ../../ :mrdocs: Constructs an `AlphaNum` from a type with an `AbslStringify()` overload. == Synopsis Declared in `<absl/strings/str_cat.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> requires HasAbslStringify<T>::value AlphaNum( T const& v, /* implementation-defined */::StringifySink&& sink = {}); ---- == Parameters [cols="1,4"] |=== | Name| Description | *v* | The value to stringify. | *sink* | The sink used to hold the stringified result. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#