Return whether this handler's file descriptor refers to a regular file.
Synopsis
Declared in <bdls_fdstreambuf.h>
bool
isRegularFile() const;
Description
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.
Return Value
true if the associated descriptor is a regular file, and false otherwise
Created with MrDocs