absl::LogStreamer::LogStreamer

Moves the state of that into this LogStreamer.

Synopsis

Declared in <absl/log/log_streamer.h>

LogStreamer(LogStreamer&& that) noexcept;

Description

A moved-from absl::LogStreamer does not LOG when destroyed, and a program that streams into one has undefined behavior.

Parameters

NameDescription
thatThe LogStreamer to move from.