LoopUtils< N > Struct Template Reference
Template meta-program loop class with the following functions:
More...
#include <MetaProgs.h>
List of all members.
|
Static Public Member Functions |
template<class T > |
static void | copy (T *dest, const T *src) |
template<class T > |
static T | dot (const T *a, const T *b) |
Detailed Description
template<int N>
struct LoopUtils< N >
Template meta-program loop class with the following functions:
Uses assignment operator to perform the copy.
Member Function Documentation
template<int N>
template<class T >
static void LoopUtils< N >::copy |
( |
T * |
dest, |
|
|
const T * |
src | |
|
) |
| | [inline, static] |
template<int N>
template<class T >
static T LoopUtils< N >::dot |
( |
const T * |
a, |
|
|
const T * |
b | |
|
) |
| | [inline, static] |
The documentation for this struct was generated from the following file: