Files
2025-10-25 03:02:53 +03:00

1.0 KiB

[fs.file.status.obs]

31 Input/output library [input.output]

31.12 File systems [filesystems]

31.12.9 Class file_status [fs.class.file.status]

31.12.9.3 Observers [fs.file.status.obs]

🔗

file_type type() const noexcept;

1

#

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;

2

#

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