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 489 of file traits.hpp.


Member Function Documentation

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

Definition at line 493 of file traits.hpp.

00494     {
00495     arma_static_assert<false> ERROR___UNSUPPORTED_ELEMENT_TYPE;
00496     ERROR___UNSUPPORTED_ELEMENT_TYPE = ERROR___UNSUPPORTED_ELEMENT_TYPE;
00497     }


Member Data Documentation

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

Definition at line 491 of file traits.hpp.