Calico
 All Classes Namespaces Files Functions Variables Typedefs Friends Groups
cal::is_same< class, class > Struct Template Reference

Returns whether the types are the same. More...

#include <cxx11.hpp>

+ Inheritance diagram for cal::is_same< class, class >:

Public Types

typedef integral_constant type
 Type of the integral_constant.
 
typedef T value_type
 Type of the value.
 

Public Member Functions

constexpr operator value_type () const
 Converts the integral constant type into its constant value.
 

Static Public Attributes

static const value_type value = Value
 Value stored in this type.
 

Detailed Description

template<class, class>
struct cal::is_same< class, class >

Returns whether the types are the same.