MySQL 8.4.1
Source Code Documentation
field_functor.h File Reference

Experimental API header. More...

#include <assert.h>
#include <functional>

Go to the source code of this file.

Namespaces

namespace  mysql
 
namespace  mysql::serialization
 

Typedefs

using mysql::serialization::Field_decode_functor_type = std::function< void(void)>
 
using mysql::serialization::Field_encode_functor_type = std::function< bool(void)>
 
using mysql::serialization::Field_missing_functor = Field_decode_functor_type
 Type of the predicate telling serializer what to do in case field is not provided. More...
 
using mysql::serialization::Field_encode_predicate = Field_encode_functor_type
 Type of the predicate telling serializer whether field is provided or not. More...
 

Detailed Description

Experimental API header.