constructor_2< Cat, Nr, C1, C2 > 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>
struct mmx::constructor_2< Cat, Nr, C1, C2 >

Definition at line 92 of file instance.hpp.


Member Function Documentation

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

Definition at line 93 of file instance.hpp.

References mmx::set_as().

00093                                                         {
00094     generic r;
00095     set_as (view_as<Instance> (r), c1, c2);
00096     return r;
00097   }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1