27 Input/output library [input.output]

27.10 File systems [filesystems]

27.10.11 Class file_status [class.file_status]

27.10.11.2 file_status observers [file_status.obs]

file_type type() const noexcept;

Returns: The value of type() specified by the postconditions of the most recent call to a constructor, operator=, or type(file_type) function.

perms permissions() const noexcept;

Returns: The value of permissions() specified by the postconditions of the most recent call to a constructor, operator=, or permissions(perms) function.