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

Go to the source code of this file.

Macros

#define MSGPACK_PP_BITXOR(x, y)   MSGPACK_PP_BITXOR_OO((x, y))
 
#define MSGPACK_PP_BITXOR_OO(par)   MSGPACK_PP_BITXOR_I ## par
 
#define MSGPACK_PP_BITXOR_I(x, y)   MSGPACK_PP_BITXOR_ID(MSGPACK_PP_BITXOR_ ## x ## y)
 
#define MSGPACK_PP_BITXOR_ID(id)   id
 
#define MSGPACK_PP_BITXOR_00   0
 
#define MSGPACK_PP_BITXOR_01   1
 
#define MSGPACK_PP_BITXOR_10   1
 
#define MSGPACK_PP_BITXOR_11   0
 

Macro Definition Documentation

#define MSGPACK_PP_BITXOR (   x,
 
)    MSGPACK_PP_BITXOR_OO((x, y))
#define MSGPACK_PP_BITXOR_00   0
#define MSGPACK_PP_BITXOR_01   1
#define MSGPACK_PP_BITXOR_10   1
#define MSGPACK_PP_BITXOR_11   0
#define MSGPACK_PP_BITXOR_I (   x,
 
)    MSGPACK_PP_BITXOR_ID(MSGPACK_PP_BITXOR_ ## x ## y)
#define MSGPACK_PP_BITXOR_ID (   id)    id
#define MSGPACK_PP_BITXOR_OO (   par)    MSGPACK_PP_BITXOR_I ## par