From Jason Turner

[fs.file.status.cons]

Diff to HTML by rtfpessoa

tmp/tmpiqnvgh3f/{from.md → to.md} RENAMED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #### 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
+ *Ensures:* `type() == ft` and `permissions() == prms`.
8
+