Defined in header <string_view> | ||
---|---|---|
template<> struct hash<std::string_view>; template<> struct hash<std::wstring_view>; template<> struct hash<std::u16string_view>; template<> struct hash<std::u32string_view>; | (since C++17) |
Template specializations of std::hash
for the various view classes for hashing views.
These hashes equal the hashes of corresponding | (since C++17) |
(C++11) | hash function object (class template) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/string/basic_string_view/hash