OpenCL C++ Bindings
cl::detail::Deleter< Alloc > Class Template Reference

Public Types

typedef std::allocator_traits< Alloc >::pointer pointer
 

Public Member Functions

 Deleter (const Alloc &alloc, size_type copies)
 
void operator() (pointer ptr) const
 

Detailed Description

template<class Alloc>
class cl::detail::Deleter< Alloc >

Definition at line 3826 of file opencl.hpp.

Member Typedef Documentation

◆ pointer

template<class Alloc >
typedef std::allocator_traits<Alloc>::pointer cl::detail::Deleter< Alloc >::pointer

Definition at line 3832 of file opencl.hpp.

Constructor & Destructor Documentation

◆ Deleter()

template<class Alloc >
cl::detail::Deleter< Alloc >::Deleter ( const Alloc &  alloc,
size_type  copies 
)
inline

Definition at line 3834 of file opencl.hpp.

Member Function Documentation

◆ operator()()

template<class Alloc >
void cl::detail::Deleter< Alloc >::operator() ( pointer  ptr) const
inline

Definition at line 3838 of file opencl.hpp.


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