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


Member Function Documentation

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

Definition at line 392 of file traits.hpp.

00393     {
00394     arma_static_assert<false> ERROR___UNSUPPORTED_ELEMENT_TYPE;
00395     ERROR___UNSUPPORTED_ELEMENT_TYPE = ERROR___UNSUPPORTED_ELEMENT_TYPE;
00396     }


Member Data Documentation

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

Definition at line 390 of file traits.hpp.