Orxonox  0.0.5 Codename: Arcturus
Classes | Namespaces | Macros
static_check.h File Reference

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; }
 

Macro Definition Documentation

#define LOKI_STATIC_CHECK (   expr,
  msg 
)    { Loki::CompileTimeError<((expr) != 0)> ERROR_##msg; (void)ERROR_##msg; }