Loading...
Searching...
No Matches
Go to the documentation of this file.
12# ifndef MSGPACK_PREPROCESSOR_DETAIL_IS_BINARY_HPP
13# define MSGPACK_PREPROCESSOR_DETAIL_IS_BINARY_HPP
20# if ~MSGPACK_PP_CONFIG_FLAGS() & MSGPACK_PP_CONFIG_EDG()
21# define MSGPACK_PP_IS_BINARY(x) MSGPACK_PP_CHECK(x, MSGPACK_PP_IS_BINARY_CHECK)
23# define MSGPACK_PP_IS_BINARY(x) MSGPACK_PP_IS_BINARY_I(x)
24# define MSGPACK_PP_IS_BINARY_I(x) MSGPACK_PP_CHECK(x, MSGPACK_PP_IS_BINARY_CHECK)
27# define MSGPACK_PP_IS_BINARY_CHECK(a, b) 1
28# define MSGPACK_PP_CHECK_RESULT_MSGPACK_PP_IS_BINARY_CHECK 0, MSGPACK_PP_NIL