Go to the source code of this file.
Macros | |
#define | MR_STR(...) MR_STR_(__VA_ARGS__) |
#define | MR_STR_(...) #__VA_ARGS__ |
#define | MR_IDENTITY(...) __VA_ARGS__ |
#define | MR_END(...) DETAIL_MR_END(__VA_ARGS__) |
#define | DETAIL_MR_END(...) __VA_ARGS__##_END |
#define | MR_REQUIRES_IF_SUPPORTED(...) |
#define | MR_HAS_REQUIRES 0 |
#define DETAIL_MR_END | ( | ... | ) | __VA_ARGS__##_END |
#define MR_END | ( | ... | ) | DETAIL_MR_END(__VA_ARGS__) |
#define MR_HAS_REQUIRES 0 |
#define MR_IDENTITY | ( | ... | ) | __VA_ARGS__ |
#define MR_REQUIRES_IF_SUPPORTED | ( | ... | ) |
#define MR_STR | ( | ... | ) | MR_STR_(__VA_ARGS__) |
#define MR_STR_ | ( | ... | ) | #__VA_ARGS__ |