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

Determine if a type is a variable user. More...

#include <Var.hpp>

Static Public Attributes

static constexpr bool value = std::is_base_of_v<impl::VariableUserBase, T>
 

Detailed Description

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

Determine if a type is a variable user.