libclcxx
C++ libraries for OpenCL
std::add_global_reference_address_space< T > Struct Template Reference

Detailed Description

template<typename T>
struct std::add_global_reference_address_space< T >

Provides the member typedef type which is the same as T, except that the address space of the type reference T refers to is replaced with __global.

If T is not a reference type, then type is the same as the T provided.

Template Parameters
T- a reference type with the address space it refers to being replaced by __global.

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