MessagePack for C++
|
#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)) |
#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)) |