MessagePack for C++
Macros
bitor.hpp File Reference
#include <msgpack/preprocessor/config/config.hpp>

Go to the source code of this file.

Macros

#define MSGPACK_PP_BITOR(x, y)   MSGPACK_PP_BITOR_OO((x, y))
 
#define MSGPACK_PP_BITOR_OO(par)   MSGPACK_PP_BITOR_I ## par
 
#define MSGPACK_PP_BITOR_I(x, y)   MSGPACK_PP_BITOR_ID(MSGPACK_PP_BITOR_ ## x ## y)
 
#define MSGPACK_PP_BITOR_ID(id)   id
 
#define MSGPACK_PP_BITOR_00   0
 
#define MSGPACK_PP_BITOR_01   1
 
#define MSGPACK_PP_BITOR_10   1
 
#define MSGPACK_PP_BITOR_11   1
 

Macro Definition Documentation

#define MSGPACK_PP_BITOR (   x,
 
)    MSGPACK_PP_BITOR_OO((x, y))
#define MSGPACK_PP_BITOR_00   0
#define MSGPACK_PP_BITOR_01   1
#define MSGPACK_PP_BITOR_10   1
#define MSGPACK_PP_BITOR_11   1
#define MSGPACK_PP_BITOR_I (   x,
 
)    MSGPACK_PP_BITOR_ID(MSGPACK_PP_BITOR_ ## x ## y)
#define MSGPACK_PP_BITOR_ID (   id)    id
#define MSGPACK_PP_BITOR_OO (   par)    MSGPACK_PP_BITOR_I ## par