CMS 3D CMS Logo

Public Types

ExtVecTraits< T, N > Struct Template Reference

#include <ExtVec.h>

List of all members.

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.