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