MessagePack for C++
Loading...
Searching...
No Matches
local.hpp File Reference
Include dependency graph for local.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MSGPACK_PP_LOCAL_ITERATE()
#define MSGPACK_PP_LOCAL_C(n)
#define MSGPACK_PP_LOCAL_R(n)

Macro Definition Documentation

◆ MSGPACK_PP_LOCAL_C

#define MSGPACK_PP_LOCAL_C ( n)
Value:
(MSGPACK_PP_LOCAL_S) <= n && (MSGPACK_PP_LOCAL_F) >= n

◆ MSGPACK_PP_LOCAL_ITERATE

#define MSGPACK_PP_LOCAL_ITERATE ( )
Value:
<msgpack/preprocessor/iteration/detail/local.hpp>
Definition adaptor_base.hpp:15

◆ MSGPACK_PP_LOCAL_R

#define MSGPACK_PP_LOCAL_R ( n)
Value:
(MSGPACK_PP_LOCAL_F) <= n && (MSGPACK_PP_LOCAL_S) >= n