MySQL 8.3.0
Source Code Documentation
Mb_wc_utf8mb3 Struct Reference

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
 

Detailed Description

Functor that converts a UTF-8 multibyte sequence (up to three bytes) to a wide character.

Constructor & Destructor Documentation

◆ Mb_wc_utf8mb3()

Mb_wc_utf8mb3::Mb_wc_utf8mb3 ( )
default

Member Function Documentation

◆ operator()()

ALWAYS_INLINE int Mb_wc_utf8mb3::operator() ( my_wc_t pwc,
const uint8_t *  s,
const uint8_t *  e 
) const
inline

The documentation for this struct was generated from the following file: