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

Go to the source code of this file.

Macros

#define MSGPACK_PP_OR(p, q)   MSGPACK_PP_OR_I(p, q)
 
#define MSGPACK_PP_OR_I(p, q)   MSGPACK_PP_BITOR(MSGPACK_PP_BOOL(p), MSGPACK_PP_BOOL(q))
 

Macro Definition Documentation

◆ MSGPACK_PP_OR

#define MSGPACK_PP_OR (   p,
 
)    MSGPACK_PP_OR_I(p, q)

◆ MSGPACK_PP_OR_I

#define MSGPACK_PP_OR_I (   p,
 
)    MSGPACK_PP_BITOR(MSGPACK_PP_BOOL(p), MSGPACK_PP_BOOL(q))