#include <traits.hpp>
Public Types | |
typedef T1 | result |
Static Public Member Functions | |
static void | check () |
Definition at line 465 of file traits.hpp.
typedef T1 promote_type< T1, T2 >::result |
Definition at line 473 of file traits.hpp.
static void promote_type< T1, T2 >::check | ( | ) | [inline, static] |
Definition at line 467 of file traits.hpp.
Referenced by operator%(), operator*(), operator+(), operator-(), and operator/().
00468 { 00469 arma_static_assert<false> ERROR___UNSUPPORTED_MIXTURE_OF_TYPES; 00470 ERROR___UNSUPPORTED_MIXTURE_OF_TYPES = ERROR___UNSUPPORTED_MIXTURE_OF_TYPES; 00471 }