Loading...
Searching...
No Matches
Go to the documentation of this file.
15# ifndef MSGPACK_PREPROCESSOR_FACILITIES_IDENTITY_HPP
16# define MSGPACK_PREPROCESSOR_FACILITIES_IDENTITY_HPP
23# define MSGPACK_PP_IDENTITY(item) item MSGPACK_PP_EMPTY
25# define MSGPACK_PP_IDENTITY_N(item,n) item MSGPACK_PP_TUPLE_EAT_N(n)