Static Public Member Functions

gmtl::meta::VecNegUnary Struct Reference

Negation of the values. More...

#include <VecExprMeta.h>

List of all members.

Static Public Member Functions

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

Detailed Description

Negation of the values.

Definition at line 142 of file VecExprMeta.h.


Member Function Documentation

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

Definition at line 145 of file VecExprMeta.h.

   { return -a1; }


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