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

Inherits false_type.

Detailed Description

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

Checks whether T is an image type.

Provides the member constant value which is equal to true, if T is an image type. 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: