isnt_same_type< T1, T2 > 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, typename T2>
struct isnt_same_type< T1, T2 >

Definition at line 268 of file traits.hpp.


Member Function Documentation

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

Definition at line 272 of file traits.hpp.

00273     {
00274     arma_static_assert<false> ERROR___TYPE_MISMATCH;
00275     ERROR___TYPE_MISMATCH = ERROR___TYPE_MISMATCH;
00276     }


Member Data Documentation

template<typename T1, typename T2>
const bool isnt_same_type< T1, T2 >::value = true [static]

Definition at line 270 of file traits.hpp.