std::hash<std::text_encoding> - cppreference.com
From cppreference.com
|
|
(since C++26) | |
The template specialization of std::hash for std::text_encoding allows users to obtain hashes of encoded id and name of type std::text_encoding.
operator() of this specialization is noexcept.