vec_nullary_aligned_helper< V, W, Op, T > Struct Template Reference
#include <vector_aligned.hpp>
List of all members.
Public Types
- typedef implementation
< vector_abstractions, V > Vec
Static Public Member Functions
- static void op (T *dest, nat n)
Detailed Description
template<typename V, typename W, typename Op, typename T>
struct mmx::vec_nullary_aligned_helper< V, W, Op, T >
Definition at line 66 of file vector_aligned.hpp.
Member Typedef Documentation
typedef implementation<vector_abstractions,V> Vec |
Member Function Documentation
static void op |
( |
T * |
dest, |
|
|
nat |
n | |
|
) |
| | [inline, static] |
Definition at line 68 of file vector_aligned.hpp.
00068 {
00069 Vec::template vec_nullary<Op,T> (dest, n); } };
The documentation for this struct was generated from the following file: