Return true if the specified permissions bit mask consists only of bits defined in Enum (i.e., bits in k_MASK), and false otherwise. A negative value always returns false.
Synopsis
Declared in <bdls_filepermissions.h>
static
bool
isValid(int permissions);
Created with MrDocs