constructor_3< Cat, Nr, C1, C2, C3 > Struct Template Reference

#include <instance.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<typename Cat, nat Nr, typename C1, typename C2, typename C3>
struct mmx::constructor_3< Cat, Nr, C1, C2, C3 >

Definition at line 105 of file instance.hpp.


Member Function Documentation

static generic op ( const C1 &  c1,
const C2 c2,
const C3 &  c3 
) [inline, static]

Definition at line 106 of file instance.hpp.

References mmx::set_as().

00106                                                                       {
00107     generic r;
00108     set_as (view_as<Instance> (r), c1, c2, c3);
00109     return r;
00110   }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1