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

/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/include/msgpack/preprocessor/control/
H A Dif.hpp24 # define MSGPACK_PP_IF(cond, t, f) MSGPACK_PP_IIF(MSGPACK_PP_BOOL(cond), t, f) macro
26 # define MSGPACK_PP_IF(cond, t, f) MSGPACK_PP_IF_I(cond, t, f) macro

Completed in 74 milliseconds