is_same< T1, T2 > Struct Template Reference

#include <type_traits.h>

Inheritance diagram for is_same< T1, T2 >:
false_type

Additional Inherited Members

- Public Types inherited from false_type
enum  { value = false }
 

Detailed Description

template<typename T1, typename T2>
struct illumina::interop::is_same< T1, T2 >

Test if two types are the same


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