Static Public Member Functions

gmtl::meta::EqualVecUnrolled< 0, VT > Struct Template Reference

base cas for dot product unrolling. More...

#include <VecOpsMeta.h>

List of all members.

Static Public Member Functions

static bool func (const VT &v1, const VT &v2)

Detailed Description

template<typename VT>
struct gmtl::meta::EqualVecUnrolled< 0, VT >

base cas for dot product unrolling.

Definition at line 62 of file VecOpsMeta.h.


Member Function Documentation

template<typename VT >
static bool gmtl::meta::EqualVecUnrolled< 0, VT >::func ( const VT &  v1,
const VT &  v2 
) [inline, static]

Definition at line 64 of file VecOpsMeta.h.

   {   return (v1[0]==v2[0]); }


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