Static Public Member Functions

gmtl::meta::VecMinusBinary Struct Reference

#include <VecExprMeta.h>

List of all members.

Static Public Member Functions

template<typename T >
static T eval (const T a1, const T a2)

Detailed Description

Definition at line 120 of file VecExprMeta.h.


Member Function Documentation

template<typename T >
static T gmtl::meta::VecMinusBinary::eval ( const T  a1,
const T  a2 
) [inline, static]

Definition at line 123 of file VecExprMeta.h.

   { return a1-a2; }


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