From Jason Turner

[fs.file_status.mods]

Diff to HTML by rtfpessoa

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