Constructs an AlphaNum from a long long.

Synopsis

Declared in <absl/strings/str_cat.h>

AlphaNum(long long x);

Parameters

Name

Description

x

The value to convert.

Created with MrDocs