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

Inherits false_type.

Detailed Description

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

Provides the member constant value which is equal to true if T is a vector type. Otherwise, value is equal to false.

Template Parameters
T- a type to check.

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