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

Detailed Description

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

Provides the member typedef type which is the same as T, except that its address space qualifier is removed.

If T has no address space qualifier, the member typedef type provides T unchanged.

Template Parameters
T- a type to remove an address space qualifier from.

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