ALPSCore reference
Macros
stringify.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ALPS_STRINGIFY(arg)   ALPS_STRINGIFY_HELPER(arg)
 
#define ALPS_STRINGIFY_HELPER(arg)   #arg
 

Macro Definition Documentation

#define ALPS_STRINGIFY (   arg)    ALPS_STRINGIFY_HELPER(arg)

Definition at line 10 of file stringify.hpp.

#define ALPS_STRINGIFY_HELPER (   arg)    #arg

Definition at line 12 of file stringify.hpp.