short_vector_traits Yapısı

short_vector_traits, temel alınan vektör uzunluğunun ve skaler türün kısa vektör türünde veya skaler türünde alınmasına olanak tanır

Sözdizimi

template<
    typename T
>
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>;

Parametreler

T

Üyeler

Genel Tür Tanımları

Veri Akışı Adı Açıklama
value_type

Ortak Oluşturucular

Veri Akışı Adı Açıklama
short_vector_traits::short_vector_traits Oluşturucu

Genel Sabitler

Veri Akışı Adı Açıklama
short_vector_traits::size Sabiti

Devralma Hiyerarşisi

short_vector_traits

Gereksinimler

Üst bilgi: amp_short_vectors.h

Ad Alanı: Concurrency::graphics

short_vector_traits::short_vector_traits Oluşturucu

short_vector_traits();

short_vector_traits::size Sabiti

static int const size = 1;

Ayrıca bkz.

Concurrency::graphics Ad Alanı