Return true if the file descriptor associated with this file handler is associated with a regular file and false otherwise. Note that directories and pipes are not regular files.

Synopsis

Declared in <bdls_fdstreambuf.h>

bool
isRegularFile() const;

Created with MrDocs