다음을 통해 공유


short_vector 구조체

short_vector 짧은 벡터를 일반적으로 프로그래밍 하는 데 유용 합니다. metaprogramming 정의 제공 합니다.

template<
   typename _Scalar_type,
   int _Size
>
struct short_vector;
template<>
struct short_vector<unsigned int, 1>;
template<>
struct short_vector<unsigned int, 2>;
template<>
struct short_vector<unsigned int, 3>;
template<>
struct short_vector<unsigned int, 4>;
template<>
struct short_vector<int, 1>;
template<>
struct short_vector<int, 2>;
template<>
struct short_vector<int, 3>;
template<>
struct short_vector<int, 4>;
template<>
struct short_vector<float, 1>;
template<>
struct short_vector<float, 2>;
template<>
struct short_vector<float, 3>;
template<>
struct short_vector<float, 4>;
template<>
struct short_vector<unorm, 1>;
template<>
struct short_vector<unorm, 2>;
template<>
struct short_vector<unorm, 3>;
template<>
struct short_vector<unorm, 4>;
template<>
struct short_vector<norm, 1>;
template<>
struct short_vector<norm, 2>;
template<>
struct short_vector<norm, 3>;
template<>
struct short_vector<norm, 4>;
template<>
struct short_vector<double, 1>;
template<>
struct short_vector<double, 2>;
template<>
struct short_vector<double, 3>;
template<>
struct short_vector<double, 4>;

매개 변수

  • _Scalar_type

  • _Size

Members

Hh691078.collapse_all(ko-kr,VS.110).gif공용 Typedefs

Name

설명

type

Hh691078.collapse_all(ko-kr,VS.110).gifPublic 생성자

Name

설명

short_vector::short_vector 생성자

상속 계층 구조

short_vector

요구 사항

헤더: amp_short_vectors.h

네임 스페이스: Concurrency::graphics

참고 항목

참조

Concurrency::graphics 네임스페이스