sigx++  2.0.1
Data Structures | Namespaces | Macros
static_assert.h File Reference

Go to the source code of this file.

Data Structures

struct  sigx::static_assert< B_ >
 
struct  sigx::static_assert< true >
 

Namespaces

 sigx
 

Macros

#define SIGX_STATIC_ASSERT(expr)   sizeof(::sigx::static_assert< (bool)( expr ) >)
 

Macro Definition Documentation

#define SIGX_STATIC_ASSERT (   expr)    sizeof(::sigx::static_assert< (bool)( expr ) >)