MySQL 9.1.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts

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 
)