lift_helper< C > Struct Template Reference

#include <type_props.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<typename C>
struct mmx::lift_helper< C >

Definition at line 821 of file type_props.hpp.


Member Function Documentation

static unary_return_type_helper<lift_op, C >::RET op ( const C x  )  [inline, static]

Definition at line 825 of file type_props.hpp.

Referenced by lift_op::Lift_type().

00825 { return as<Lift_type(C)> (x); }

static void set_op ( R &  y,
const C x 
) [inline, static]

Definition at line 823 of file type_props.hpp.

References mmx::set_as().

Referenced by lift_helper< vector< C, V > >::op(), and lift_op::set_op().

00823 { set_as (y, x); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1