libclcxx
C++ libraries for OpenCL
std::is_unsigned< uint2 > Struct Reference

Inherits true_type.

Detailed Description

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

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

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