libSCALE  0.2.0
A modern C++ CUDA API
sp::allocatable_type< T > Struct Template Reference

The type that you need to allocate for T. Always T, except for void, which yields char. More...

#include <BasicTypeTraits.hpp>

Public Types

using type = T
 

Detailed Description

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

The type that you need to allocate for T. Always T, except for void, which yields char.