CLOGS
C++ library for sorting and searching in OpenCL applications
clogs::detail::UnwrapArray< T, Thin > Class Template Reference

Creates an array of handles from a vector of wrappers. More...

#include <core.h>

Detailed Description

template<typename T, bool Thin = sizeof(T) == sizeof(typename T::cl_type)>
class clogs::detail::UnwrapArray< T, Thin >

Creates an array of handles from a vector of wrappers.

If the wrappers are "thin", it just contains a pointer to the original data. Thus, the wrapped data must be retained until after the wrapper is destroyed.


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