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

Go to the source code of this file.

Macros

#define MSGPACK_PP_NOR(p, q)   MSGPACK_PP_NOR_I(p, q)
 
#define MSGPACK_PP_NOR_I(p, q)   MSGPACK_PP_BITNOR(MSGPACK_PP_BOOL(p), MSGPACK_PP_BOOL(q))
 

Macro Definition Documentation

#define MSGPACK_PP_NOR (   p,
 
)    MSGPACK_PP_NOR_I(p, q)
#define MSGPACK_PP_NOR_I (   p,
 
)    MSGPACK_PP_BITNOR(MSGPACK_PP_BOOL(p), MSGPACK_PP_BOOL(q))