AutoFile::IsNull

Return true if the wrapped FILE* is nullptr, false otherwise.

Synopsis

Declared in <streams.h>

bool
IsNull() const;

Return Value

True if no file is wrapped, false otherwise.