ViennaCL - The Vienna Computing Library  1.5.2
Public Member Functions
cuda_deleter< U > Struct Template Reference

Functor for deleting a CUDA handle. Used within the smart pointer class. More...

#include <cuda.hpp>

Public Member Functions

void operator() (U *p) const

Detailed Description

template<typename U>
struct viennacl::backend::cuda::detail::cuda_deleter< U >

Functor for deleting a CUDA handle. Used within the smart pointer class.


Member Function Documentation

void operator() ( U *  p) const [inline]

The documentation for this struct was generated from the following file: