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

Go to the source code of this file.

Data Structures

struct  sigx::static_assert< true >

Namespaces

namespace  sigx

Defines

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

Define Documentation

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