#include <static_assert.hpp>
Static Public Member Functions | |
static arma_inline void | apply () |
Definition at line 31 of file static_assert.hpp.
static arma_inline void arma_type_check< val >::apply | ( | ) | [inline, static] |
Definition at line 33 of file static_assert.hpp.
00034 { 00035 arma_static_assert<!val> ERROR___INCORRECT_TYPE; 00036 ERROR___INCORRECT_TYPE = ERROR___INCORRECT_TYPE; 00037 }