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

Determine if a type is one of the variable user leafs. More...

#include <Var.hpp>

Static Public Attributes

static constexpr bool value = false
 

Detailed Description

template<typename>
struct sp::IsVariableUserLeaf< typename >

Determine if a type is one of the variable user leafs.

The variable user leafs are: Constant, BoundVariable, and Variable.