absl::AlphaNum::AlphaNum

Constructs an AlphaNum from an unsigned long.

Synopsis

Declared in <absl/strings/str_cat.h>

AlphaNum(unsigned long x);

Parameters

NameDescription
xThe value to convert.