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

From cppreference.com
 
 
Technical specifications
Filesystem library (filesystem TS)
Library fundamentals (library fundamentals TS)
Library fundamentals 2 (library fundamentals 2 TS)
Extensions for parallelism (parallelism TS)
Concepts (concepts TS)
Extensions for concurrency (concurrency TS)
Special mathematical functions (special math TR)
 
 
 
Defined in header <experimental/string_view>
template<> struct hash<std::experimental::string_view>;

template<> struct hash<std::experimental::wstring_view>;
template<> struct hash<std::experimental::u16string_view>;

template<> struct hash<std::experimental::u32string_view>;
(library fundamentals TS)

Template specializations of std::hash for the various view classes for hashing views.

[edit] See also

(C++11)
hash function object
(class template)