[#absl-LogEntry-operator_assign] = xref:absl.adoc[absl]::xref:absl/LogEntry.adoc[LogEntry]::operator= :relfileprefix: ../../ :mrdocs: Deleted; instances are not copy‐assignable. == Synopsis Declared in `<absl/log/log_entry.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/LogEntry.adoc[LogEntry]& operator=(xref:absl/LogEntry.adoc[LogEntry] const& other) = delete; ---- == Return Value N/A, this overload is deleted. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The object to copy assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#