Constructs an AlphaNum from a type with an AbslStringify() overload.

Synopsis

Declared in <absl/strings/str_cat.h>

template<typename T>
requires HasAbslStringify<T>::value
AlphaNum(
    T const& v,
    /* implementation-defined */::StringifySink&& sink = {});

Parameters

Name

Description

v

The value to stringify.

sink

The sink used to hold the stringified result.

Created with MrDocs