#include <traits.hpp>
Static Public Member Functions | |
static void | check () |
Static Public Attributes | |
static const bool | value = true |
Definition at line 167 of file traits.hpp.
static void isnt_same_type< T1, T2 >::check | ( | ) | [inline, static] |
Definition at line 171 of file traits.hpp.
Referenced by accu(), norm(), and trace().
00172 { 00173 arma_static_assert<false> ERROR___TYPE_MISMATCH; 00174 ERROR___TYPE_MISMATCH = ERROR___TYPE_MISMATCH; 00175 }
const bool isnt_same_type< T1, T2 >::value = true [static] |
Definition at line 169 of file traits.hpp.