tmp/tmpx7h5pi1h/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#### Status known <a id="fs.op.status_known">[[fs.op.status_known]]</a>
|
| 2 |
+
|
| 3 |
+
``` cpp
|
| 4 |
+
bool status_known(file_status s) noexcept;
|
| 5 |
+
```
|
| 6 |
+
|
| 7 |
+
*Returns:* `s.type() != file_type::none`.
|
| 8 |
+
|