| Localization library | |||||||||||||||||||||||||
| Regular expressions library(C++11) | |||||||||||||||||||||||||
| Formatting library(C++20) | |||||||||||||||||||||||||
| Null-terminated sequence utilities | |||||||||||||||||||||||||
| Byte strings | |||||||||||||||||||||||||
| Multibyte strings | |||||||||||||||||||||||||
| Wide strings | |||||||||||||||||||||||||
| Primitive numeric conversions | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
| Text encoding identifications | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
| Member functions | ||||
| Creation | ||||
| Observers | ||||
| Helpers | ||||
| Non-member functions | ||||
| Member types | ||||
| Helper classes | ||||
hash<std::text_encoding> |
Defined in header <text_encoding> | ||
template<>struct hash<std::text_encoding>; | (since C++26) | |
The template specialization ofstd::hash forstd::text_encoding allows users to obtain hashes of encoded id and name of typestd::text_encoding.
operator() of this specialization is noexcept.
| This section is incomplete Reason: no example |
(C++11) | hash function object (class template)[edit] |
| hash support forstd::basic_stacktrace (class template specialization)[edit] |