[#absl-LogStreamer-2constructor-04] = xref:absl.adoc[absl]::xref:absl/LogStreamer.adoc[LogStreamer]::LogStreamer :relfileprefix: ../../ :mrdocs: Moves the state of `that` into this `LogStreamer`. == Synopsis Declared in `<absl/log/log_streamer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- LogStreamer(xref:absl/LogStreamer.adoc[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 [cols="1,4"] |=== | Name| Description | *that* | The LogStreamer to move from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#