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

Name

Description

other

The instance that would be assigned from.

Created with MrDocs