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

UnaryTypeTrait factory for generating checks that a type is not in Blacklist.... More...

#include <TypeTraits.hpp>

Public Types

template<typename Target >
using t = sp::isnt_type< Target, Blacklist... >
 

Detailed Description

template<typename... Blacklist>
struct sp::isnt< Blacklist >

UnaryTypeTrait factory for generating checks that a type is not in Blacklist....