Loading...
Searching...
No Matches
Go to the documentation of this file.
12# ifndef MSGPACK_PREPROCESSOR_DETAIL_IS_UNARY_HPP
13# define MSGPACK_PREPROCESSOR_DETAIL_IS_UNARY_HPP
20# if ~MSGPACK_PP_CONFIG_FLAGS() & MSGPACK_PP_CONFIG_EDG()
21# define MSGPACK_PP_IS_UNARY(x) MSGPACK_PP_CHECK(x, MSGPACK_PP_IS_UNARY_CHECK)
23# define MSGPACK_PP_IS_UNARY(x) MSGPACK_PP_IS_UNARY_I(x)
24# define MSGPACK_PP_IS_UNARY_I(x) MSGPACK_PP_CHECK(x, MSGPACK_PP_IS_UNARY_CHECK)
27# define MSGPACK_PP_IS_UNARY_CHECK(a) 1
28# define MSGPACK_PP_CHECK_RESULT_MSGPACK_PP_IS_UNARY_CHECK 0, MSGPACK_PP_NIL