tmp/tmpaj7rs8jz/{from.md → to.md}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
#### File size <a id="fs.op.file.size">[[fs.op.file.size]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
-
uintmax_t file_size(const path& p);
|
| 5 |
-
uintmax_t file_size(const path& p, error_code& ec) noexcept;
|
| 6 |
```
|
| 7 |
|
| 8 |
*Effects:* If `exists(p)` is `false`, an error is
|
| 9 |
reported [[fs.err.report]].
|
| 10 |
|
|
|
|
| 1 |
#### File size <a id="fs.op.file.size">[[fs.op.file.size]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
uintmax_t filesystem::file_size(const path& p);
|
| 5 |
+
uintmax_t filesystem::file_size(const path& p, error_code& ec) noexcept;
|
| 6 |
```
|
| 7 |
|
| 8 |
*Effects:* If `exists(p)` is `false`, an error is
|
| 9 |
reported [[fs.err.report]].
|
| 10 |
|