libclcxx
C++ libraries for OpenCL
std::is_arithmetic< int2 > Struct Reference

Inherits true_type.

Detailed Description

If T is an arithmetic type (that is, an integral type or a floating-point type) or a vc-qualified version thereof, provides the member constant value equal to true. For any other type, value is false.

Template Parameters
T- a type to check.
See also
is_arithmetic

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