MySQL 9.1.0
Source Code Documentation
|
A Hasher that hashes std::strings according to a MySQL collation. More...
#include <map_helpers.h>
Public Member Functions | |
Collation_hasher (const CHARSET_INFO *cs_arg) | |
size_t | operator() (const std::string &s) const |
Private Attributes | |
const CHARSET_INFO * | cs |
decltype(cs->coll->hash_sort) | hash_sort |
A Hasher that hashes std::strings according to a MySQL collation.
|
inlineexplicit |
|
inline |
|
private |
|
private |