Loading...
Searching...
No Matches
Go to the documentation of this file.
13# ifndef MSGPACK_PREPROCESSOR_VARIADIC_TO_LIST_HPP
14# define MSGPACK_PREPROCESSOR_VARIADIC_TO_LIST_HPP
21# if MSGPACK_PP_VARIADICS
22# define MSGPACK_PP_VARIADIC_TO_LIST(...) MSGPACK_PP_TUPLE_TO_LIST((__VA_ARGS__))