MessagePack for C++
Macros
stringize.hpp File Reference
#include <msgpack/preprocessor/config/config.hpp>
Include dependency graph for stringize.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MSGPACK_PP_STRINGIZE(text)   MSGPACK_PP_STRINGIZE_I(text)
 
#define MSGPACK_PP_STRINGIZE_I(text)   #text
 

Macro Definition Documentation

◆ MSGPACK_PP_STRINGIZE

#define MSGPACK_PP_STRINGIZE (   text)    MSGPACK_PP_STRINGIZE_I(text)

◆ MSGPACK_PP_STRINGIZE_I

#define MSGPACK_PP_STRINGIZE_I (   text)    #text