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

Extract the Rank member from a type. If there isn't one, return 0. More...

#include <TypeTraits.hpp>

Static Public Attributes

constexpr static int value = 0
 

Detailed Description

template<typename T, typename = std::void_t<>>
struct sp::deduce_rank< T, typename >

Extract the Rank member from a type. If there isn't one, return 0.