absl::AlphaNum::operator=

Deleted copy assignment; AlphaNum is not assignable.

Synopsis

Declared in <absl/strings/str_cat.h>

AlphaNum&
operator=(AlphaNum const& other) = delete;

Return Value

This object (never returns; deleted).

Parameters

NameDescription
otherThe object to copy assign from