absl::AlphaNum::AlphaNum

Constructs an AlphaNum from a float.

Synopsis

Declared in <absl/strings/str_cat.h>

AlphaNum(float f);

Parameters

NameDescription
fThe value to convert.