An output pointer represented as a void* and a cudaDataType_t.
More...
#include <CudaScalar.hpp>
Public Member Functions | |
| VariantOutputPtr (void *data, cudaDataType_t type) | |
Public Attributes | |
| void * | data |
| The pointer. More... | |
| cudaDataType_t | type |
| Value representing the real type of the pointer. More... | |
An output pointer represented as a void* and a cudaDataType_t.
Specialises to an appropriate T*.
| void* sp::VariantOutputPtr::data |
The pointer.
| cudaDataType_t sp::VariantOutputPtr::type |
Value representing the real type of the pointer.