as_helper< new_table< D, T >, new_table< C, T > > Struct Template Reference

#include <new_table.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<typename D, typename C, typename T>
struct mmx::as_helper< new_table< D, T >, new_table< C, T > >

Definition at line 211 of file new_table.hpp.


Member Function Documentation

static new_table<D,T> cv ( const new_table< C, T > &  t  )  [inline, static]

Definition at line 213 of file new_table.hpp.

References mmx::busy(), mmx::CF2(), mmx::entries(), and mmx::I().

00213                            {
00214     table<D,T> r (as<D> (I (t)), CF2(t));
00215     for (iterator<T> it= entries (t); busy (it); ++it)
00216       r[*it]= as<D> (t[*it]);
00217     return r;
00218   }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1