src
Classes | Namespaces | Macros
static_assert.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  re2c::static_assert_t< bool >
 
struct  re2c::static_assert_t< true >
 

Namespaces

 re2c
 

Macros

#define RE2C_STATIC_ASSERT(e)   { re2c::static_assert_t<e> _; (void) _; }
 

Macro Definition Documentation

#define RE2C_STATIC_ASSERT (   e)    { re2c::static_assert_t<e> _; (void) _; }

Definition at line 11 of file static_assert.h.