Public Types

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.

  {
    result = false
  };


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