absl::LogEntry::operator=

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

NameDescription
otherThe object to copy assign from