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