Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ion::base::IsSameType< T, U > Struct Template Reference

IsSameType is similar to std::is_same. More...

#include "type_structs.h"

Inheritance diagram for ion::base::IsSameType< T, U >:
Collaboration diagram for ion::base::IsSameType< T, U >:

Static Public Attributes

static const bool value
 

Detailed Description

template<typename T, typename U>
struct ion::base::IsSameType< T, U >

IsSameType is similar to std::is_same.

IsSameType<T, U>::value is true iff T and U refer to the same type.

Definition at line 39 of file type_structs.h.

Member Data Documentation

const bool ion::base::BoolType< b >::value
staticinherited

Definition at line 34 of file type_structs.h.


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