absl::AlphaNum::AlphaNum

Constructs an AlphaNum from an unsigned int.

Synopsis

Declared in <absl/strings/str_cat.h>

AlphaNum(unsigned int x);

Parameters

NameDescription
xThe value to convert.