Implementations may be copyable and/or movable.

Synopsis

Declared in <absl/log/log_sink.h>

constexpr
LogSink(LogSink const& other) = default;

Parameters

Name

Description

other

The source object.

Created with MrDocs