Traits class for expression template parameters. More...
#include <VecExprMeta.h>
Public Types | |
typedef const T | ExprRef |
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.
typedef const T gmtl::meta::ExprTraits< T >::ExprRef |
Definition at line 61 of file VecExprMeta.h.