MobilityDB 1.3
Loading...
Searching...
No Matches

◆ AssertVariableIsOfType

#define AssertVariableIsOfType (   varname,
  typename 
)
Value:
StaticAssertStmt(sizeof(varname) == sizeof(typename), \
CppAsString(varname) " does not have type " CppAsString(typename))
#define CppAsString(identifier)
Definition: c.h:300
#define StaticAssertStmt(condition, errmessage)
Definition: c.h:936