tmp/tmp9660hyoh/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#### `file_status` 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 |
+
|