![]() |
MySQL 9.3.0
Source Code Documentation
|
Specialize std::hash for dd::String_type so that it can be used with unordered_ containers. More...
#include <string_type.h>
Public Types | |
typedef dd::String_type | argument_type |
typedef size_t | result_type |
Public Member Functions | |
size_t | operator() (const dd::String_type &s) const |
Specialize std::hash for dd::String_type so that it can be used with unordered_ containers.
Uses our standard murmur3_32 implementation, and the same suitability restrictions apply.
typedef dd::String_type std::hash< dd::String_type >::argument_type |
typedef size_t std::hash< dd::String_type >::result_type |
size_t std::hash< dd::String_type >::operator() | ( | const dd::String_type & | s | ) | const |