Public Types

gmtl::meta::ExprTraits< T > Struct Template Reference

Traits class for expression template parameters. More...

#include <VecExprMeta.h>

List of all members.

Public Types

typedef const T ExprRef

Detailed Description

template<typename T>
struct gmtl::meta::ExprTraits< T >

Traits class for expression template parameters.

NOTE: These types are VERY important to the performance of the code. They allow the compiler to optimize (ie. eliminate) much code.

Definition at line 59 of file VecExprMeta.h.


Member Typedef Documentation

template<typename T>
typedef const T gmtl::meta::ExprTraits< T >::ExprRef

Definition at line 61 of file VecExprMeta.h.


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