Partager via


short_vector_traits Structure

les short_vector_traits permettent la récupération du type sous-jacent vectoriel de longueur et de variable scalaire d'un type vectoriels court ou d'un type scalaire

template<
   typename _Type
>
struct short_vector_traits;
template<>
struct short_vector_traits<unsigned int>;
template<>
struct short_vector_traits<uint_2>;
template<>
struct short_vector_traits<uint_3>;
template<>
struct short_vector_traits<uint_4>;
template<>
struct short_vector_traits<int>;
template<>
struct short_vector_traits<int_2>;
template<>
struct short_vector_traits<int_3>;
template<>
struct short_vector_traits<int_4>;
template<>
struct short_vector_traits<float>;
template<>
struct short_vector_traits<float_2>;
template<>
struct short_vector_traits<float_3>;
template<>
struct short_vector_traits<float_4>;
template<>
struct short_vector_traits<unorm>;
template<>
struct short_vector_traits<unorm_2>;
template<>
struct short_vector_traits<unorm_3>;
template<>
struct short_vector_traits<unorm_4>;
template<>
struct short_vector_traits<norm>;
template<>
struct short_vector_traits<norm_2>;
template<>
struct short_vector_traits<norm_3>;
template<>
struct short_vector_traits<norm_4>;
template<>
struct short_vector_traits<double>;
template<>
struct short_vector_traits<double_2>;
template<>
struct short_vector_traits<double_3>;
template<>
struct short_vector_traits<double_4>;

Paramètres

  • _Type

Membres

Typedefs publics

Name

Description

value_type

Constructeurs publics

Name

Description

short_vector_traits::short_vector_traits, constructeur

Constantes publiques

Name

Description

short_vector_traits::size, constante

Hiérarchie d'héritage

short_vector_traits

Configuration requise

En-tête: amp_short_vectors.h

Espace de noms : Concurrency::graphics

Voir aussi

Référence

Concurrency::graphics, espace de noms