tmp/tmpvzicyy5b/{from.md → to.md}
RENAMED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
-
####
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
unsigned hardware_concurrency() noexcept;
|
| 5 |
```
|
| 6 |
|
| 7 |
*Returns:* The number of hardware thread contexts.
|
| 8 |
|
| 9 |
[*Note 1*: This value should only be considered to be a
|
| 10 |
hint. — *end note*]
|
| 11 |
|
| 12 |
-
If this value is not computable or well
|
| 13 |
-
return 0.
|
| 14 |
|
|
|
|
| 1 |
+
#### Static members <a id="thread.thread.static">[[thread.thread.static]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
unsigned hardware_concurrency() noexcept;
|
| 5 |
```
|
| 6 |
|
| 7 |
*Returns:* The number of hardware thread contexts.
|
| 8 |
|
| 9 |
[*Note 1*: This value should only be considered to be a
|
| 10 |
hint. — *end note*]
|
| 11 |
|
| 12 |
+
If this value is not computable or well-defined, an implementation
|
| 13 |
+
should return 0.
|
| 14 |
|