Orxonox
0.0.5 Codename: Arcturus
|
Go to the source code of this file.
Classes | |
struct | Loki::CompileTimeError< int > |
struct | Loki::CompileTimeError< true > |
Namespaces | |
Loki | |
Macros | |
#define | LOKI_STATIC_CHECK(expr, msg) { Loki::CompileTimeError<((expr) != 0)> ERROR_##msg; (void)ERROR_##msg; } |
#define LOKI_STATIC_CHECK | ( | expr, | |
msg | |||
) | { Loki::CompileTimeError<((expr) != 0)> ERROR_##msg; (void)ERROR_##msg; } |