dune-common  2.3.1-rc1
Public Types | List of all members
Dune::is_same< T1, T2 > Struct Template Reference

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

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: