Go to the source code of this file.
Macros | |
#define | EDM_STRINGIZE(token) EDM_STRINGIZE_(token) |
#define | EDM_STRINGIZE_(token) #token |
#define EDM_STRINGIZE | ( | token | ) | EDM_STRINGIZE_(token) |
Definition at line 6 of file stringize.h.
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::detail::chooseDevice(), and ALPAKA_ACCELERATOR_NAMESPACE::TestAlpakaStreamProducer::TestAlpakaStreamProducer().
#define EDM_STRINGIZE_ | ( | token | ) | #token |
Definition at line 5 of file stringize.h.