Dev Essential
Loading...
Searching...
No Matches
to_string.h
Go to the documentation of this file.
1
14
15#ifndef A_UTIL_UTIL_PREPROCESSOR_TO_STRING_HEADER_INCLUDED
16#define A_UTIL_UTIL_PREPROCESSOR_TO_STRING_HEADER_INCLUDED
17
19#ifndef A_UTIL_STRINGIFY
20#define A_UTIL_STRINGIFY(expression) #expression
21#endif // !A_UTIL_STRINGIFY
23
30#ifndef A_UTIL_TO_STRING
31#define A_UTIL_TO_STRING(expression) A_UTIL_STRINGIFY(expression)
32#endif // !A_UTIL_TO_STRING
33
34#endif // A_UTIL_UTIL_PREPROCESSOR_TO_STRING_HEADER_INCLUDED