Constructs an AlphaNum from an unsigned long.

Synopsis

Declared in <absl/strings/str_cat.h>

AlphaNum(unsigned long x);

Parameters

Name

Description

x

The value to convert.

Created with MrDocs