ScopedDataStreamUsage::operator=

Deleted copy assignment; this guard is non-copyable.

Synopsis

Declared in <streams.h>

ScopedDataStreamUsage&
operator=(ScopedDataStreamUsage const& other) = delete;

Return Value

Reference to the current object

Parameters

NameDescription
otherThe instance that would be assigned from.