Get wrapped FILE* with transfer of ownership.

Synopsis

Declared in <streams.h>

FILE*
release();

Description

Note

This will invalidate the AutoFile object, and makes it the responsibility of the caller of this function to clean up the returned FILE*.

Return Value

The wrapped FILE*, which may be nullptr; the AutoFile no longer owns it.

Created with MrDocs