Negation of the values. More...
#include <VecExprMeta.h>
Static Public Member Functions | |
template<typename T > | |
static T | eval (const T a1) |
Negation of the values.
Definition at line 142 of file VecExprMeta.h.
static T gmtl::meta::VecNegUnary::eval | ( | const T | a1 | ) | [inline, static] |
Definition at line 145 of file VecExprMeta.h.
{ return -a1; }