OpenCL C++ Wrapper API 1.1
 All Classes Namespaces Files Functions Variables Typedefs Defines
Static Public Member Functions
cl::detail::GetInfoHelper< Functor, T > Struct Template Reference

#include <cl.hpp>

List of all members.

Static Public Member Functions

static cl_int get (Functor f, cl_uint name, T *param)

Detailed Description

template<typename Functor, typename T>
struct cl::detail::GetInfoHelper< Functor, T >

Definition at line 730 of file cl.hpp.


Member Function Documentation

template<typename Functor, typename T>
static cl_int cl::detail::GetInfoHelper< Functor, T >::get ( Functor  f,
cl_uint  name,
T *  param 
) [inline, static]

Definition at line 733 of file cl.hpp.

    {
        return f(name, sizeof(T), param, NULL);
    }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Defines