Compile time test for testing whether two types are the same.
More...
#include <dune/common/typetraits.hh>
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 >
Whether T1 is the same type as T2.
- Enumerator:
-
The documentation for this struct was generated from the following file: