MySQL 8.3.0
Source Code Documentation

Defines wrapper function templates which handles the key part when writing and writing json. More...

Collaboration diagram for Key-related Function Templates:

Functions

template<typename W , typename T >
void write (W *w, const T &t, const char *key, size_t key_sz)
 
template<typename T , typename GV >
bool read (T *ap, const GV &gv, const char *key)
 

Detailed Description

Defines wrapper function templates which handles the key part when writing and writing json.

Function Documentation

◆ read()

template<typename T , typename GV >
bool read ( T *  ap,
const GV &  gv,
const char *  key 
)

◆ write()

template<typename W , typename T >
void write ( W *  w,
const T &  t,
const char *  key,
size_t  key_sz 
)