30
Input/output library
[input.output]
30.10
File systems
[filesystems]
30.10.11
Class
file_status
[fs.class.file_status]
30.10.11.2
file_status
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
.