Speclib  0.1.2
The library for writing better CUDA libraries
sp::is_same< T > Struct Template Reference

Makes a unary type trait for is_same. Basically currying. Generalisation might be a good idea... More...

#include <TypeTraits.hpp>

Public Types

template<typename Target >
using t = std::is_same< T, Target >
 

Detailed Description

template<typename T>
struct sp::is_same< T >

Makes a unary type trait for is_same. Basically currying. Generalisation might be a good idea...