#include <traits.hpp>
Static Public Member Functions | |
static void | check () |
Static Public Attributes | |
static const bool | value = true |
Definition at line 204 of file traits.hpp.
static void isnt_fltpt< T1 >::check | ( | ) | [inline, static] |
Definition at line 208 of file traits.hpp.
Referenced by det().
00209 { 00210 arma_static_assert<false> ERROR___TYPE_MISMATCH; 00211 ERROR___TYPE_MISMATCH = ERROR___TYPE_MISMATCH; 00212 }
const bool isnt_fltpt< T1 >::value = true [static] |
Definition at line 206 of file traits.hpp.