MessagePack for C++
Macros
enum_params_with_a_default.hpp File Reference
#include <msgpack/preprocessor/config/config.hpp>
#include <msgpack/preprocessor/facilities/intercept.hpp>
#include <msgpack/preprocessor/repetition/enum_binary_params.hpp>

Go to the source code of this file.

Macros

#define MSGPACK_PP_ENUM_PARAMS_WITH_A_DEFAULT(count, param, def)   MSGPACK_PP_ENUM_BINARY_PARAMS(count, param, = def MSGPACK_PP_INTERCEPT)
 

Macro Definition Documentation

◆ MSGPACK_PP_ENUM_PARAMS_WITH_A_DEFAULT

#define MSGPACK_PP_ENUM_PARAMS_WITH_A_DEFAULT (   count,
  param,
  def 
)    MSGPACK_PP_ENUM_BINARY_PARAMS(count, param, = def MSGPACK_PP_INTERCEPT)