absl::LogStreamer::operator=

Logs this LogStreamer's current buffered content, then moves the state of that into this LogStreamer.

Synopsis

Declared in <absl/log/log_streamer.h>

LogStreamer&
operator=(LogStreamer&& that);

Return Value

A reference to this LogStreamer.

Parameters

NameDescription
thatThe LogStreamer to move from.