ugmisc 0.2
Miscellaneous C++ header library
Loading...
Searching...
No Matches
quote.hpp File Reference

Go to the source code of this file.

Macros

#define UGMISC_Q(...)
#define UGMISC_QQ(...)

Macro Definition Documentation

◆ UGMISC_Q

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

Expand to quoted arguments.

See also
UGMISC_QQ

◆ UGMISC_QQ

#define UGMISC_QQ ( ...)
Value:
UGMISC_Q(__VA_ARGS__)
#define UGMISC_Q(...)
Definition quote.hpp:33

Expand to quoted expanded arguments.

For example

UGMISC_QQ(MACRO_NAME)
#define UGMISC_QQ(...)
Definition quote.hpp:52

becomes

"macro value"
See also
UGMISC_Q