OpenCL C++ Wrapper API 1.1
 All Classes Namespaces Files Functions Variables Typedefs Defines
cl::size_t< N > Struct Template Reference

size_t class used to interface between C++ and OpenCL C calls that require arrays of size_t values, who's size is known statically. More...

#include <cl.hpp>

Inheritance diagram for cl::size_t< N >:
cl::vector< ::size_t, N >

List of all members.


Detailed Description

template<int N>
struct cl::size_t< N >

size_t class used to interface between C++ and OpenCL C calls that require arrays of size_t values, who's size is known statically.

Definition at line 724 of file cl.hpp.


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