MessagePack for C++
Loading...
Searching...
No Matches
check.hpp File Reference
Include dependency graph for check.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MSGPACK_PP_CHECK(x, type)
#define MSGPACK_PP_CHECK_OO(par)
#define MSGPACK_PP_CHECK_D(x, type)
#define MSGPACK_PP_CHECK_OO(par)
#define MSGPACK_PP_CHECK_0(chk)
#define MSGPACK_PP_CHECK_1(chk)
#define MSGPACK_PP_CHECK_2(res, _)
#define MSGPACK_PP_CHECK_RESULT_1   1, MSGPACK_PP_NIL

Macro Definition Documentation

◆ MSGPACK_PP_CHECK

#define MSGPACK_PP_CHECK ( x,
type )
Value:
#define MSGPACK_PP_CHECK_OO(par)
Definition check.hpp:24

◆ MSGPACK_PP_CHECK_0

#define MSGPACK_PP_CHECK_0 ( chk)
Value:
MSGPACK_PP_CHECK_1(MSGPACK_PP_CAT(MSGPACK_PP_CHECK_RESULT_, chk))
#define MSGPACK_PP_CAT(a, b)
Definition cat.hpp:24
#define MSGPACK_PP_CHECK_1(chk)
Definition check.hpp:42

◆ MSGPACK_PP_CHECK_1

#define MSGPACK_PP_CHECK_1 ( chk)
Value:
#define MSGPACK_PP_CHECK_2(res, _)
Definition check.hpp:43

◆ MSGPACK_PP_CHECK_2

#define MSGPACK_PP_CHECK_2 ( res,
_ )
Value:
res

◆ MSGPACK_PP_CHECK_D

#define MSGPACK_PP_CHECK_D ( x,
type )
Value:

◆ MSGPACK_PP_CHECK_OO [1/2]

#define MSGPACK_PP_CHECK_OO ( par)
Value:
#define MSGPACK_PP_CHECK_0(chk)
Definition check.hpp:41

◆ MSGPACK_PP_CHECK_OO [2/2]

#define MSGPACK_PP_CHECK_OO ( par)
Value:
#define MSGPACK_PP_CHECK_D(x, type)
Definition check.hpp:39

◆ MSGPACK_PP_CHECK_RESULT_1

#define MSGPACK_PP_CHECK_RESULT_1   1, MSGPACK_PP_NIL