[#absl-LogStreamer-operator_assign] = xref:absl.adoc[absl]::xref:absl/LogStreamer.adoc[LogStreamer]::operator= :relfileprefix: ../../ :mrdocs: Logs this LogStreamer's current buffered content, then moves the state of `that` into this `LogStreamer`. == Synopsis Declared in `<absl/log/log_streamer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/LogStreamer.adoc[LogStreamer]& operator=(xref:absl/LogStreamer.adoc[LogStreamer]&& that); ---- == Return Value A reference to this LogStreamer. == Parameters [cols="1,4"] |=== | Name| Description | *that* | The LogStreamer to move from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#