Quantum++
v0.8.6
C++11 quantum computing library
|
Preprocessor macros. More...
Go to the source code of this file.
Macros | |
#define | PRINT(x) |
#define | PRINTLN(x) |
#define | ERROR(x) |
#define | ERRORLN(x) |
Preprocessor macros.
#define ERROR | ( | x | ) |
Prints an error message to std::cerr
#define ERRORLN | ( | x | ) |
Prints an error message to std::cerr and adds a new line
#define PRINT | ( | x | ) |
Prints a message
#define PRINTLN | ( | x | ) |
Prints a message and adds a new line