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

Go to the source code of this file.

Macros

#define MSGPACK_PP_XOR(p, q)   MSGPACK_PP_XOR_I(p, q)
 
#define MSGPACK_PP_XOR_I(p, q)   MSGPACK_PP_BITXOR(MSGPACK_PP_BOOL(p), MSGPACK_PP_BOOL(q))
 

Macro Definition Documentation

#define MSGPACK_PP_XOR (   p,
 
)    MSGPACK_PP_XOR_I(p, q)
#define MSGPACK_PP_XOR_I (   p,
 
)    MSGPACK_PP_BITXOR(MSGPACK_PP_BOOL(p), MSGPACK_PP_BOOL(q))