#include <traits.hpp>
Static Public Member Functions | |
static void | check () |
Static Public Attributes | |
static const bool | value = true |
Definition at line 194 of file traits.hpp.
static void isnt_fltpt< T1 >::check | ( | ) | [inline, static] |
Definition at line 198 of file traits.hpp.
Referenced by det().
00199 { 00200 arma_static_assert<false> ERROR___TYPE_MISMATCH; 00201 ERROR___TYPE_MISMATCH = ERROR___TYPE_MISMATCH; 00202 }
const bool isnt_fltpt< T1 >::value = true [static] |
Definition at line 196 of file traits.hpp.