Implementations may be copyable and/or movable.

Synopsis

Declared in <absl/log/log_sink.h>

constexpr
LogSink&
operator=(LogSink const& other) = default;

Return Value

A reference to this sink.

Parameters

Name

Description

other

The source object.

Created with MrDocs