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

Go to the source code of this file.

Macros

#define MSGPACK_PP_BITNOR(x, y)   MSGPACK_PP_BITNOR_OO((x, y))
 
#define MSGPACK_PP_BITNOR_OO(par)   MSGPACK_PP_BITNOR_I ## par
 
#define MSGPACK_PP_BITNOR_I(x, y)   MSGPACK_PP_BITNOR_ID(MSGPACK_PP_BITNOR_ ## x ## y)
 
#define MSGPACK_PP_BITNOR_ID(id)   id
 
#define MSGPACK_PP_BITNOR_00   1
 
#define MSGPACK_PP_BITNOR_01   0
 
#define MSGPACK_PP_BITNOR_10   0
 
#define MSGPACK_PP_BITNOR_11   0
 

Macro Definition Documentation

#define MSGPACK_PP_BITNOR (   x,
 
)    MSGPACK_PP_BITNOR_OO((x, y))
#define MSGPACK_PP_BITNOR_00   1
#define MSGPACK_PP_BITNOR_01   0
#define MSGPACK_PP_BITNOR_10   0
#define MSGPACK_PP_BITNOR_11   0
#define MSGPACK_PP_BITNOR_I (   x,
 
)    MSGPACK_PP_BITNOR_ID(MSGPACK_PP_BITNOR_ ## x ## y)
#define MSGPACK_PP_BITNOR_ID (   id)    id
#define MSGPACK_PP_BITNOR_OO (   par)    MSGPACK_PP_BITNOR_I ## par