MobilityDB 1.1

◆ unvolatize

#define unvolatize (   underlying_type,
  expr 
)
Value:
(StaticAssertExpr(__builtin_types_compatible_p(__typeof(expr), volatile underlying_type), \
"wrong cast"), \
(underlying_type) (expr))
#define StaticAssertExpr(condition, errmessage)
Definition: c.h:920