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