Static Public Member Functions

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


Member Function Documentation

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

Definition at line 137 of file VecExprMeta.h.

   { return a1/a2; }


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