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

Inherits true_type.

Detailed Description

If T is a fundamental type (that is, arithmetic type, void, or nullptr_t), 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_fundamental

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