[#AutoFile-IsNull] = xref:AutoFile.adoc[AutoFile]::IsNull :relfileprefix: ../ :mrdocs: Return true if the wrapped FILE* is nullptr, false otherwise. == Synopsis Declared in `<streams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsNull() const; ---- == Return Value True if no file is wrapped, false otherwise. [.small]#Created with https://www.mrdocs.com[MrDocs]#