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

Name

Description

that

The LogStreamer to move from.

Created with MrDocs