isnt_supported_elem_type< T1 > Struct Template Reference
[Traits]

#include <traits.hpp>

List of all members.

Static Public Member Functions

static void check ()

Static Public Attributes

static const bool value = true

Detailed Description

template<typename T1>
struct isnt_supported_elem_type< T1 >

Definition at line 443 of file traits.hpp.


Member Function Documentation

template<typename T1 >
static void isnt_supported_elem_type< T1 >::check (  )  [inline, static]

Definition at line 447 of file traits.hpp.

00448     {
00449     arma_static_assert<false> ERROR___UNSUPPORTED_ELEMENT_TYPE;
00450     ERROR___UNSUPPORTED_ELEMENT_TYPE = ERROR___UNSUPPORTED_ELEMENT_TYPE;
00451     }


Member Data Documentation

template<typename T1 >
const bool isnt_supported_elem_type< T1 >::value = true [static]

Definition at line 445 of file traits.hpp.