absl::AlphaNum::AlphaNum

Constructs an AlphaNum from a fixed-size conversion buffer.

Synopsis

Declared in <absl/strings/str_cat.h>

template<size_t size>
AlphaNum(/* implementation-defined */ const& buf);

Parameters

NameDescription
bufThe buffer holding the already-converted characters.