Partilhar via


Estrutura de short_vector_traits

short_vector_traits permite a recuperação do comprimento do vetor subjacente e tipo de escalar do tipo de vetor curto ou de um tipo escalar

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>;

Parâmetros

  • _Type

Membros

Hh691073.collapse_all(pt-br,VS.110).gifTypedefs Públicas

Nome

Descrição

value_type

Hh691073.collapse_all(pt-br,VS.110).gifConstrutores Públicos

Nome

Descrição

Construtor de short_vector_traits::short_vector_traits

Hh691073.collapse_all(pt-br,VS.110).gifConstantes Públicas

Nome

Descrição

Constante de short_vector_traits::Size

Hierarquia de Herança

short_vector_traits

Requisitos

Cabeçalho: amp_short_vectors.h

Namespace: Concurrency::graphics

Consulte também

Referência

Namespace Concurrency::Graphics