absl::ScopedStderrThreshold::operator=

Deleted; instances are not copy-assignable.

Synopsis

Declared in <absl/log/globals.h>

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

Return Value

N/A, this overload is deleted.

Parameters

NameDescription
otherThe object to copy assign from