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