#include <type_traits>

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); |
| #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.