From Jason Turner

[fs.file.status.obs]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmplbvwxfe1/{from.md → to.md} +18 -0
tmp/tmplbvwxfe1/{from.md → to.md} RENAMED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #### Observers <a id="fs.file.status.obs">[[fs.file.status.obs]]</a>
2
+
3
+ ``` cpp
4
+ file_type type() const noexcept;
5
+ ```
6
+
7
+ *Returns:* The value of `type()` specified by the postconditions of the
8
+ most recent call to a constructor, `operator=`, or `type(file_type)`
9
+ function.
10
+
11
+ ``` cpp
12
+ perms permissions() const noexcept;
13
+ ```
14
+
15
+ *Returns:* The value of `permissions()` specified by the postconditions
16
+ of the most recent call to a constructor, `operator=`, or
17
+ `permissions(perms)` function.
18
+