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