AutoFile::feof

Return true if the end-of-file indicator is set on the wrapped file.

Synopsis

Declared in <streams.h>

bool
feof() const;

Return Value

True if the end-of-file indicator is set, false otherwise.