STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
Concurrency::graphics::short_vector_traits< _Type > Struct Template Reference

short_vector_traits allows retrieval of the underlying vector length and scalar type of a short vector type or a scalar type More...

#include <amp_short_vectors.h>

Public Member Functions

 short_vector_traits ()
 

Detailed Description

template<typename _Type>
struct Concurrency::graphics::short_vector_traits< _Type >

short_vector_traits allows retrieval of the underlying vector length and scalar type of a short vector type or a scalar type

Parameters
_TypeThe short vector type or a scalar type.

Constructor & Destructor Documentation

template<typename _Type >
Concurrency::graphics::short_vector_traits< _Type >::short_vector_traits ( )
inline
24000  {
24001  static_assert(false, "short_vector_traits is not supported for this type (_Type)");
24002  }

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