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

Go to the source code of this file.

Macros

#define MSGPACK_PP_EXPR_IIF(bit, expr)
#define MSGPACK_PP_EXPR_IIF_OO(par)
#define MSGPACK_PP_EXPR_IIF_I(bit, expr)
#define MSGPACK_PP_EXPR_IIF_0(expr)
#define MSGPACK_PP_EXPR_IIF_1(expr)

Macro Definition Documentation

◆ MSGPACK_PP_EXPR_IIF

#define MSGPACK_PP_EXPR_IIF ( bit,
expr )
Value:
#define MSGPACK_PP_EXPR_IIF_OO(par)
Definition expr_iif.hpp:23

◆ MSGPACK_PP_EXPR_IIF_0

#define MSGPACK_PP_EXPR_IIF_0 ( expr)

◆ MSGPACK_PP_EXPR_IIF_1

#define MSGPACK_PP_EXPR_IIF_1 ( expr)
Value:
expr

◆ MSGPACK_PP_EXPR_IIF_I

#define MSGPACK_PP_EXPR_IIF_I ( bit,
expr )
Value:
MSGPACK_PP_EXPR_IIF_ ## bit(expr)

◆ MSGPACK_PP_EXPR_IIF_OO

#define MSGPACK_PP_EXPR_IIF_OO ( par)
Value:
#define MSGPACK_PP_EXPR_IIF_I(bit, expr)
Definition expr_iif.hpp:26