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
Name |
Description |
that |
The LogStreamer to move from. |
Created with MrDocs