Searched defs:MSGPACK_PP_EXPR_IF (Results 1 - 1 of 1) sorted by relevance

/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/include/msgpack/preprocessor/control/
H A Dexpr_if.hpp24 # define MSGPACK_PP_EXPR_IF(cond, expr) MSGPACK_PP_EXPR_IIF(MSGPACK_PP_BOOL(cond), expr) macro
26 # define MSGPACK_PP_EXPR_IF(cond, expr) MSGPACK_PP_EXPR_IF_I(cond, expr) macro

Completed in 23 milliseconds