absl::CommandLineFlag::operator=

Not assignable.

Synopsis

Declared in <absl/flags/commandlineflag.h>

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

Return Value

A reference to this object.

Parameters

NameDescription
otherThe object to copy assign from