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_SEQ_DETAIL_IS_EMPTY(seq)
#define MSGPACK_PP_SEQ_DETAIL_IS_EMPTY_SIZE(size)
#define MSGPACK_PP_SEQ_DETAIL_IS_NOT_EMPTY(seq)
#define MSGPACK_PP_SEQ_DETAIL_IS_NOT_EMPTY_SIZE(size)
#define MSGPACK_PP_SEQ_DETAIL_EMPTY_SIZE(seq)

Macro Definition Documentation

◆ MSGPACK_PP_SEQ_DETAIL_EMPTY_SIZE

#define MSGPACK_PP_SEQ_DETAIL_EMPTY_SIZE ( seq)
Value:
#define MSGPACK_PP_DEC(x)
Definition dec.hpp:24
#define MSGPACK_PP_SEQ_SIZE(seq)
Definition size.hpp:28

◆ MSGPACK_PP_SEQ_DETAIL_IS_EMPTY

#define MSGPACK_PP_SEQ_DETAIL_IS_EMPTY ( seq)
Value:
( \
MSGPACK_PP_SEQ_DETAIL_IS_NOT_EMPTY(seq) \
) \
#define MSGPACK_PP_COMPL(x)
Definition compl.hpp:22

◆ MSGPACK_PP_SEQ_DETAIL_IS_EMPTY_SIZE

#define MSGPACK_PP_SEQ_DETAIL_IS_EMPTY_SIZE ( size)
Value:
( \
MSGPACK_PP_SEQ_DETAIL_IS_NOT_EMPTY_SIZE(size) \
) \

◆ MSGPACK_PP_SEQ_DETAIL_IS_NOT_EMPTY

#define MSGPACK_PP_SEQ_DETAIL_IS_NOT_EMPTY ( seq)
Value:
#define MSGPACK_PP_SEQ_DETAIL_EMPTY_SIZE(seq)
Definition is_empty.hpp:45
#define MSGPACK_PP_SEQ_DETAIL_IS_NOT_EMPTY_SIZE(size)
Definition is_empty.hpp:41

◆ MSGPACK_PP_SEQ_DETAIL_IS_NOT_EMPTY_SIZE

#define MSGPACK_PP_SEQ_DETAIL_IS_NOT_EMPTY_SIZE ( size)
Value:
#define MSGPACK_PP_BOOL(x)
Definition bool.hpp:24