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

Go to the source code of this file.

Macros

#define MSGPACK_PP_IS_EMPTY(x)
#define MSGPACK_PP_IS_EMPTY_I(par)
#define MSGPACK_PP_IS_EMPTY_II(test)
#define MSGPACK_PP_IS_EMPTY_HELPER()
#define MSGPACK_PP_IS_EMPTY_DEF_1   1, MSGPACK_PP_NIL
#define MSGPACK_PP_IS_EMPTY_DEF_MSGPACK_PP_IS_EMPTY_HELPER   0, MSGPACK_PP_NIL

Macro Definition Documentation

◆ MSGPACK_PP_IS_EMPTY

#define MSGPACK_PP_IS_EMPTY ( x)
Value:
#define MSGPACK_PP_IS_EMPTY_HELPER()
Definition is_empty.hpp:49
#define MSGPACK_PP_IS_EMPTY_I(par)
Definition is_empty.hpp:46

◆ MSGPACK_PP_IS_EMPTY_DEF_1

#define MSGPACK_PP_IS_EMPTY_DEF_1   1, MSGPACK_PP_NIL

◆ MSGPACK_PP_IS_EMPTY_DEF_MSGPACK_PP_IS_EMPTY_HELPER

#define MSGPACK_PP_IS_EMPTY_DEF_MSGPACK_PP_IS_EMPTY_HELPER   0, MSGPACK_PP_NIL

◆ MSGPACK_PP_IS_EMPTY_HELPER

#define MSGPACK_PP_IS_EMPTY_HELPER ( )
Value:
1

◆ MSGPACK_PP_IS_EMPTY_I

#define MSGPACK_PP_IS_EMPTY_I ( par)
Value:
#define MSGPACK_PP_IS_EMPTY_II(test)
Definition is_empty.hpp:47

◆ MSGPACK_PP_IS_EMPTY_II

#define MSGPACK_PP_IS_EMPTY_II ( test)
Value:
MSGPACK_PP_SPLIT(0, MSGPACK_PP_CAT(MSGPACK_PP_IS_EMPTY_DEF_, test))
#define MSGPACK_PP_CAT(a, b)
Definition cat.hpp:24
#define MSGPACK_PP_SPLIT(n, im)
Definition split.hpp:28