Static Public Member Functions

gmtl::meta::VecPlusBinary 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 112 of file VecExprMeta.h.


Member Function Documentation

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

Definition at line 115 of file VecExprMeta.h.

   { return a1+a2; }


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