tmp/tmpct0utd80/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
##### Query <a id="fs.path.query">[[fs.path.query]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
-
|
| 5 |
```
|
| 6 |
|
| 7 |
*Returns:* `true` if the pathname in the generic format is empty,
|
| 8 |
otherwise `false`.
|
| 9 |
|
|
|
|
| 1 |
##### Query <a id="fs.path.query">[[fs.path.query]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
bool empty() const noexcept;
|
| 5 |
```
|
| 6 |
|
| 7 |
*Returns:* `true` if the pathname in the generic format is empty,
|
| 8 |
otherwise `false`.
|
| 9 |
|