Dune::is_same< T1, T2 > Struct Template Reference
[Common (foundation classes)]

Compile time test for testing whether two types are the same. More...

#include <dune/common/typetraits.hh>

Inheritance diagram for Dune::is_same< T1, T2 >:
Inheritance graph

List of all members.

Public Types

enum  { value = false }
 

Whether T1 is the same type as T2.

More...

Detailed Description

template<typename T1, typename T2>
struct Dune::is_same< T1, T2 >

Compile time test for testing whether two types are the same.


Member Enumeration Documentation

template<typename T1, typename T2>
anonymous enum

Whether T1 is the same type as T2.

Enumerator:
value 

The documentation for this struct was generated from the following file:

Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].