MySQL 9.1.0
Source Code Documentation
|
Functor that converts a UTF-8 multibyte sequence (up to three bytes) to a wide character. More...
#include <mb_wc.h>
Public Member Functions | |
Mb_wc_utf8mb3 ()=default | |
ALWAYS_INLINE int | operator() (my_wc_t *pwc, const uint8_t *s, const uint8_t *e) const |
Functor that converts a UTF-8 multibyte sequence (up to three bytes) to a wide character.
|
default |
|
inline |