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

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 >
anonymous enum
Enumerator:
result 

Definition at line 50 of file meta.hpp.

00051   {
00052     result = false
00053   };


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

Generated on 9 Nov 2009 for CLAW Library (a C++ Library Absolutely Wonderful) by  doxygen 1.6.1