tmp/tmp_av970mp/{from.md → to.md}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
#### Static members <a id="thread.jthread.static">[[thread.jthread.static]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
-
|
| 5 |
```
|
| 6 |
|
| 7 |
*Returns:* `thread::hardware_concurrency()`.
|
| 8 |
|
|
|
|
| 1 |
#### Static members <a id="thread.jthread.static">[[thread.jthread.static]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
static unsigned int hardware_concurrency() noexcept;
|
| 5 |
```
|
| 6 |
|
| 7 |
*Returns:* `thread::hardware_concurrency()`.
|
| 8 |
|