isnt_same_type< T1, T1 > Struct Template Reference
[Traits]

#include <traits.hpp>

List of all members.

Static Public Member Functions

static arma_inline void check ()

Static Public Attributes

static const bool value = false


Detailed Description

template<typename T1>
struct isnt_same_type< T1, T1 >

Definition at line 180 of file traits.hpp.


Member Function Documentation

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

Definition at line 184 of file traits.hpp.

00184 {}


Member Data Documentation

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

Definition at line 182 of file traits.hpp.