claw::meta::same_type< T, U > Struct Template Reference
This predicate tells if two types are the sames.
More...
#include <meta.hpp>
List of all members.
Public Types |
enum | { result = false
} |
Detailed Description
template<typename T, typename U>
struct claw::meta::same_type< T, U >
This predicate tells if two types are the sames.
Template parameters
- T, U The types to compare.
The result can be retrieved via the if_then_else::result type.
- Author:
- Julien Jorge
Definition at line 48 of file meta.hpp.
Member Enumeration Documentation
template<typename T , typename U >
- Enumerator:
-
Definition at line 50 of file meta.hpp.
00051 {
00052 result = false
00053 };
The documentation for this struct was generated from the following file: