basix_doc 0.1
mv_inject_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 2325 of file operators.hpp.


Member Function Documentation

static generic name ( ) [inline, static]

Definition at line 2326 of file operators.hpp.

{ return "inject"; }
static C op ( const C x,
const I &  i,
const D &  d 
) [inline, static]

Definition at line 2328 of file operators.hpp.

References mmx::inject().

{ 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 2330 of file operators.hpp.

References mmx::inject().

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

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines