absl::AlphaNum::AlphaNum

Deleted copy constructor; AlphaNum is not copyable.

Synopsis

Declared in <absl/strings/str_cat.h>

AlphaNum(AlphaNum const& other) = delete;

Parameters

NameDescription
otherThe object to copy construct from