UgMisc 0.3
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

Definition at line 15 of file quote.hpp.

◆ UGMISC_QQ

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

Expand to quoted expanded arguments.

For example

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

becomes

"macro value"
See also
UGMISC_Q

Definition at line 34 of file quote.hpp.