[#BufferedFile-eof] = xref:BufferedFile.adoc[BufferedFile]::eof :relfileprefix: ../ :mrdocs: check whether we're at the end of the source file == Synopsis Declared in `<streams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool eof() const; ---- == Return Value True if the read position is at the end of the source file. [.small]#Created with https://www.mrdocs.com[MrDocs]#