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

Inherits false_type.

Detailed Description

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

Checks whether T has __local address space qualifier.

Provides the member constant value which is equal to true, if T has __local address space qualifier. Otherwise the value is equal to false.

Template Parameters
T- a type to check.

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