From Jason Turner

[fs.file_status.mods]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpj7hqpm0e/{from.md → to.md} +0 -14
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
-