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