#include <traits.hpp>
Static Public Member Functions | |
static void | check () |
Static Public Attributes | |
static const bool | value = true |
Definition at line 541 of file traits.hpp.
static void isnt_supported_elem_type< T1 >::check | ( | ) | [inline, static] |
Definition at line 545 of file traits.hpp.
{ arma_static_assert<false> ERROR___UNSUPPORTED_ELEMENT_TYPE; ERROR___UNSUPPORTED_ELEMENT_TYPE = ERROR___UNSUPPORTED_ELEMENT_TYPE; }
const bool isnt_supported_elem_type< T1 >::value = true [static] |
Definition at line 543 of file traits.hpp.