Namespaces
Variants
Views
Actions

std::hash (std::string_view, std::wstring_view, std::u16string_view, std::u32string_view)

From cppreference.com
< cpp‎ | string‎ | basic string view
Revision as of 09:00, 18 March 2016 by Cubbi (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
 
 
 
 
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.

See also

(C++11)
hash function object
(class template) [edit]