Condividi tramite


Struttura short_vector_traits

short_vector_traits consente il recupero della lunghezza del vettore sottostante e del tipo scalare di un tipo vettore breve o di un tipo scalare

Sintassi

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

Parametri

T

Membri

Typedef pubblici

Nome Descrizione
value_type

Costruttori pubblici

Nome Descrizione
Costruttore short_vector_traits::short_vector_traits

Costanti pubbliche

Nome Descrizione
Costante short_vector_traits::size

Gerarchia di ereditarietà

short_vector_traits

Requisiti

Intestazione: amp_short_vectors.h

Spazio dei nomi: Concurrency::graphics

Costruttore short_vector_traits::short_vector_traits

short_vector_traits();

Costante short_vector_traits::size

static int const size = 1;

Vedi anche

Spazio dei nomi Concurrency::graphics