[#ScopedDataStreamUsage-operator_assign] = xref:ScopedDataStreamUsage.adoc[ScopedDataStreamUsage]::operator= :relfileprefix: ../ :mrdocs: Deleted copy assignment; this guard is non‐copyable. == Synopsis Declared in `<streams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ScopedDataStreamUsage.adoc[ScopedDataStreamUsage]& operator=(xref:ScopedDataStreamUsage.adoc[ScopedDataStreamUsage] const& other) = delete; ---- == Return Value Reference to the current object == Parameters [cols="1,4"] |=== | Name| Description | *other* | The instance that would be assigned from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#