tmp/tmpj7hqpm0e/{from.md → to.md}
RENAMED
|
@@ -1,14 +0,0 @@
|
|
| 1 |
-
#### `file_status` modifiers <a id="fs.file_status.mods">[[fs.file_status.mods]]</a>
|
| 2 |
-
|
| 3 |
-
``` cpp
|
| 4 |
-
void type(file_type ft) noexcept;
|
| 5 |
-
```
|
| 6 |
-
|
| 7 |
-
*Postconditions:* `type() == ft`.
|
| 8 |
-
|
| 9 |
-
``` cpp
|
| 10 |
-
void permissions(perms prms) noexcept;
|
| 11 |
-
```
|
| 12 |
-
|
| 13 |
-
*Postconditions:* `permissions() == prms`.
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|