as_helper< row_tuple< T >, row_tuple< F > > Struct Template Reference

#include <row_tuple.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<typename T, typename F>
struct mmx::as_helper< row_tuple< T >, row_tuple< F > >

Definition at line 78 of file row_tuple.hpp.


Member Function Documentation

static row_tuple<T> cv ( const row_tuple< F > &  r  )  [inline, static]

Definition at line 79 of file row_tuple.hpp.

00079                                                  {
00080     return as_row_tuple<T> (as<vector<T> > (as_vector<F> (r))); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1