CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types
ExtVecTraits< T, N > Struct Template Reference

#include <ExtVec.h>

Public Types

typedef T __attribute__ ((vector_size(N *sizeof(T)))) type
 

Detailed Description

template<typename T, int N>
struct ExtVecTraits< T, N >

Definition at line 17 of file ExtVec.h.

Member Typedef Documentation

template<typename T , int N>
typedef T ExtVecTraits< T, N >::__attribute__((vector_size(N *sizeof(T)))) type

Definition at line 18 of file ExtVec.h.