MySQL 8.4.2
Source Code Documentation
|
Defines wrapper function templates which handles the key part when writing and writing json. More...
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) |
Defines wrapper function templates which handles the key part when writing and writing json.
bool read | ( | T * | ap, |
const GV & | gv, | ||
const char * | key | ||
) |
void write | ( | W * | w, |
const T & | t, | ||
const char * | key, | ||
size_t | key_sz | ||
) |