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

Name

Description

other

The object to copy assign from

Created with MrDocs