This struct provides a namespace for a std::filesystem::perms‐style enumeration of file‐system permission bits, and a pair of predicates for validating an int bit mask against that enumeration.
Synopsis
Declared in <bdls_filepermissions.h>
struct FilePermissions;
Enums
Name |
Description |
File‐system permission bits, in the conventional Unix octal layout. Values may be combined with the bitwise‐OR operator. See the component‐level documentation for the meaning of each enumerator. |
Static Member Functions
Name |
Description |
Return |
|
Return |
|
Write the octal numeric representation of the specified permission bit mask |
Created with MrDocs