vec_nullary_aligned_helper< V, W, Op, T > Struct Template Reference

#include <vector_aligned.hpp>

List of all members.

Public Types

Static Public Member Functions


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

Definition at line 67 of file vector_aligned.hpp.


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:

Generated on 6 Dec 2012 for algebramix by  doxygen 1.6.1