tmp/tmp_x09hbp5/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#### `file_status` constructors <a id="fs.file_status.cons">[[fs.file_status.cons]]</a>
|
| 2 |
+
|
| 3 |
+
``` cpp
|
| 4 |
+
explicit file_status(file_type ft, perms prms = perms::unknown) noexcept;
|
| 5 |
+
```
|
| 6 |
+
|
| 7 |
+
*Postconditions:* `type() == ft` and `permissions() == prms`.
|
| 8 |
+
|