OpenCL C++ Bindings
Loading...
Searching...
No Matches
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 3800 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 3806 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 3808 of file opencl.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 3812 of file opencl.hpp.


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