AutoFile::AutoFile

Deleted copy constructor; AutoFile is non-copyable.

Synopsis

Declared in <streams.h>

AutoFile(AutoFile const& other) = delete;

Parameters

NameDescription
otherThe instance that would be copied.