Constructs an AlphaNum from a type with an AbslStringify() overload.
Declared in <absl/strings/str_cat.h>
template<typename T>
requires HasAbslStringify<T>::value
AlphaNum(
T const& v,
/* implementation-defined */::StringifySink&& sink = {});
| Name | Description |
|---|---|
| v | The value to stringify. |
| sink | The sink used to hold the stringified result. |