VideoTools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gstaticassert.h File Reference
#include "gdef.h"

Go to the source code of this file.

Macros

#define G_STATIC_ASSERT(expr)   typedef char G_STATIC_ASSERT_JOIN(static_assertion_on_line_,__LINE__) [(expr)?1:-1]
 
#define G_STATIC_ASSERT_JOIN(p1, p2)   G_STATIC_ASSERT_JOIN_HELPER( p1 , p2 )
 
#define G_STATIC_ASSERT_JOIN_HELPER(p1, p2)   p1##p2