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

Like RemoveVariableUserLeaf, but removes the reference and CV-qualifiers of a leaf's inner type as well. More...

#include <Var.hpp>

Public Types

using type = T
 

Detailed Description

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

Like RemoveVariableUserLeaf, but removes the reference and CV-qualifiers of a leaf's inner type as well.