Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
stringize.hpp File Reference

Go to the source code of this file.

Macro Definition Documentation

◆ ARENE_STRINGIZE

#define ARENE_STRINGIZE ( ...)
Value:
#define ARENE_STRINGIZE_INTERNAL(...)
Definition stringize.hpp:27

Macro for actually converting a macro argument to a string literal.

Parameters
...the macro argument to convert.

◆ ARENE_STRINGIZE_INTERNAL

#define ARENE_STRINGIZE_INTERNAL ( ...)
Value:
#__VA_ARGS__

Internal macro for actually converting a macro argument to a string literal. DO NOT CALL DIRECTLY.

Parameters
...the macro argument to convert.