Namespaces | Macros
StaticAssert.hpp File Reference
#include <type_traits>
Include dependency graph for StaticAssert.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ApproxMVBB
 These are some container definitions.
 

Macros

#define ApproxMVBB_STATIC_ASSERT(B)   static_assert( B , "no message");
 
#define ApproxMVBB_STATIC_ASSERTM(B, COMMENT)   static_assert( B , COMMENT);
 

Macro Definition Documentation

#define ApproxMVBB_STATIC_ASSERT (   B)    static_assert( B , "no message");

Definition at line 17 of file StaticAssert.hpp.

#define ApproxMVBB_STATIC_ASSERTM (   B,
  COMMENT 
)    static_assert( B , COMMENT);

Definition at line 18 of file StaticAssert.hpp.



asr_approx_mvbb
Author(s): Gassner Nikolai
autogenerated on Mon Jun 10 2019 12:38:09