Deleted copy constructor; AutoFile is non‐copyable.
Synopsis
Declared in <streams.h>
AutoFile(AutoFile const& other) = delete;
Parameters
Name |
Description |
other |
The instance that would be copied. |
Created with MrDocs