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

00239 {}


Member Data Documentation

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

Definition at line 237 of file traits.hpp.