Claw  1.7.3
Public Types | List of all members
claw::meta::same_type< T, U > Struct Template Reference

This predicate tells if two types are the sames. More...

#include <same_type.hpp>

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 same_type::result value.

Author
Julien Jorge

Definition at line 48 of file same_type.hpp.


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