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

Inherits true_type.

Detailed Description

If T is an arithmetic type, provides the member constant value equal to true if T(-1) < T(0): this results in true for the floating-point types and the signed integer types, and in false for the unsigned integer types and the type bool.

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

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