as_helper< twin< C1, D1, V1 >, twin< C2, D2, V2 > > Struct Reference

#include <twin.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Type Constraints

Definition at line 60 of file twin.hpp.


Member Function Documentation

static twin<C1,D1,V1> cv ( const twin< C2, D2, V2 > &  x  )  [inline, static]

Definition at line 61 of file twin.hpp.

References mmx::car(), and mmx::cdr().

00061                                                             {
00062     return twin<C1,D1,V1> (as<C1> (car (x)), as<D1> (cdr (x))); }


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

Generated on 6 Dec 2012 for numerix by  doxygen 1.6.1