tmp/tmpciccusa7/{from.md → to.md}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
#### Hard link count <a id="fs.op.hard.lk.ct">[[fs.op.hard.lk.ct]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
-
uintmax_t hard_link_count(const path& p);
|
| 5 |
-
uintmax_t hard_link_count(const path& p, error_code& ec) noexcept;
|
| 6 |
```
|
| 7 |
|
| 8 |
*Returns:* The number of hard links for `p`. The signature with argument
|
| 9 |
`ec` returns `static_cast<uintmax_t>(-1)` if an error occurs.
|
| 10 |
|
|
|
|
| 1 |
#### Hard link count <a id="fs.op.hard.lk.ct">[[fs.op.hard.lk.ct]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
uintmax_t filesystem::hard_link_count(const path& p);
|
| 5 |
+
uintmax_t filesystem::hard_link_count(const path& p, error_code& ec) noexcept;
|
| 6 |
```
|
| 7 |
|
| 8 |
*Returns:* The number of hard links for `p`. The signature with argument
|
| 9 |
`ec` returns `static_cast<uintmax_t>(-1)` if an error occurs.
|
| 10 |
|