vector_as_helper< vector< C, V > > Struct Template Reference

#include <vector.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<typename C, typename V>
struct mmx::vector_as_helper< vector< C, V > >

Definition at line 291 of file vector.hpp.


Member Function Documentation

static vector<C,V> concrete ( const generic x  )  [inline, static]

Definition at line 294 of file vector.hpp.

00294                                                    {
00295     return as<Vector > (as<vector<generic> > (x)); }

static abstract generic ( const vector< C, V > &  x  )  [inline, static, pure virtual]

Definition at line 292 of file vector.hpp.

00292                                                    {
00293     return as<generic> (as<vector<generic> > (x)); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1