constructor_1< Cat, Nr, C1 > Struct Template Reference

#include <instance.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<typename Cat, nat Nr, typename C1>
struct mmx::constructor_1< Cat, Nr, C1 >

Definition at line 79 of file instance.hpp.


Member Function Documentation

static generic op ( const C1 &  c1  )  [inline, static]

Definition at line 80 of file instance.hpp.

References mmx::set_as().

00080                                           {
00081     generic r;
00082     set_as (view_as<Instance> (r), c1);
00083     return r;
00084   }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1