AutoFile::operator=

Deleted copy assignment; AutoFile is non-copyable.

Synopsis

Declared in <streams.h>

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

Return Value

Reference to the current object

Parameters

NameDescription
otherThe instance that would be assigned from.