bsl::hash<wchar_t>

Specialization of hash for wchar_t values.

Synopsis

Declared in <bslstl_hash.h>

template<>
struct hash<wchar_t>;

Type Aliases

NameDescription
argument_type DEPRECATED: This typedef is depreacted in C++17, for details see https://isocpp.org/files/papers/p0005r4.html.
result_type DEPRECATED: This typedef is depreacted in C++17, for details see https://isocpp.org/files/papers/p0005r4.html.

Member Functions

NameDescription
operator() Return a hash value computed using the specified x.