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