Not assignable.

Synopsis

Declared in <absl/flags/commandlineflag.h>

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

Return Value

A reference to this object.

Parameters

Name

Description

other

The object to copy assign from

Created with MrDocs