tmp/tmplntnbm_w/{from.md → to.md}
RENAMED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
### Header `<typeindex>` synopsis <a id="type.index.synopsis">[[type.index.synopsis]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
|
|
|
|
|
|
| 4 |
namespace std {
|
| 5 |
class type_index;
|
| 6 |
template<class T> struct hash;
|
| 7 |
template<> struct hash<type_index>;
|
| 8 |
}
|
|
|
|
| 1 |
### Header `<typeindex>` synopsis <a id="type.index.synopsis">[[type.index.synopsis]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
#include <compare> // see [compare.syn]
|
| 5 |
+
|
| 6 |
namespace std {
|
| 7 |
class type_index;
|
| 8 |
template<class T> struct hash;
|
| 9 |
template<> struct hash<type_index>;
|
| 10 |
}
|