tmp/tmpltqs3_ox/{from.md → to.md}
RENAMED
|
@@ -1,9 +0,0 @@
|
|
| 1 |
-
### Hash support <a id="type.index.hash">[[type.index.hash]]</a>
|
| 2 |
-
|
| 3 |
-
``` cpp
|
| 4 |
-
template<> struct hash<type_index>;
|
| 5 |
-
```
|
| 6 |
-
|
| 7 |
-
For an object `index` of type `type_index`, `hash<type_index>()(index)`
|
| 8 |
-
shall evaluate to the same result as `index.hash_code()`.
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|