Deleted; instances are not copy‐assignable.

Synopsis

Declared in <absl/log/log_entry.h>

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

Return Value

N/A, this overload is deleted.

Parameters

Name

Description

other

The object to copy assign from

Created with MrDocs