tmp/tmpszratot1/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
### Header `<text_encoding>` synopsis <a id="text.encoding.syn">[[text.encoding.syn]]</a>
|
| 2 |
+
|
| 3 |
+
``` cpp
|
| 4 |
+
namespace std {
|
| 5 |
+
struct text_encoding;
|
| 6 |
+
|
| 7 |
+
// [text.encoding.hash], hash support
|
| 8 |
+
template<class T> struct hash;
|
| 9 |
+
template<> struct hash<text_encoding>;
|
| 10 |
+
}
|
| 11 |
+
```
|
| 12 |
+
|