mv_inject_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 2424 of file operators.hpp.


Member Function Documentation

static generic name (  )  [inline, static]

Definition at line 2425 of file operators.hpp.

02425 { return "inject"; }

static C op ( const C x,
const I &  i,
const D &  d 
) [inline, static]

Definition at line 2427 of file operators.hpp.

References mmx::inject().

02427 { return inject (x, i, d); }

static void set_op ( R &  x,
const C y,
const I &  i,
const D &  d 
) [inline, static]

Definition at line 2429 of file operators.hpp.

References mmx::inject().

02429 { x= inject (y, i, d); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1