Files
cppdraft_translate/cppdraft/text/encoding/syn.md
2025-10-25 03:02:53 +03:00

443 B

[text.encoding.syn]

28 Text processing library [text]

28.4 Text encodings identification [text.encoding]

28.4.1 Header <text_encoding> synopsis [text.encoding.syn]

🔗

namespace std {struct text_encoding; // [text.encoding.hash], hash supporttemplate struct hash; template<> struct hash<text_encoding>;}