|  | MySQL 9.5.0
    Source Code Documentation | 
Functor that compares two C strings. More...
#include <ut0ut.h>
| Public Member Functions | |
| bool | operator() (const char *a, const char *b) const | 
Functor that compares two C strings.
Can be used as a comparator for e.g. std::map that uses char* as keys.
| 
 | inline |