HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
has_xyzw< T, Base > Struct Template Reference

#include <vecparam.h>

Public Types

enum  { value }
 

Detailed Description

template<typename T, typename Base>
struct has_xyzw< T, Base >

has_xyzw<T,Base>value will be true if type T has member variables .x, .y, .z, and .w, all of type Base, and the size of a T is exactly big enough to hold 4 Base values.

Definition at line 117 of file vecparam.h.

Member Enumeration Documentation

template<typename T , typename Base >
anonymous enum
Enumerator
value 

Definition at line 134 of file vecparam.h.


The documentation for this struct was generated from the following file: