basix_doc 0.1
in_place_op< Op > Struct Template Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<typename Op>
struct mmx::in_place_op< Op >

Definition at line 119 of file operators.hpp.


Member Function Documentation

static void op ( R &  r) [inline, static]

Definition at line 121 of file operators.hpp.

{ (void) Op::set_op (r); }
static syntactic op ( const syntactic s1,
const syntactic s2,
const syntactic s3 
) [inline, static]

Definition at line 133 of file operators.hpp.

References mmx::apply().

                                                                     {
    return apply (Op::set_name (), s1, s2, s3); }  
static syntactic op ( const syntactic s1,
const syntactic s2 
) [inline, static]

Definition at line 130 of file operators.hpp.

References mmx::apply().

                                                {
    return apply (Op::set_name (), s1, s2); }
static syntactic op ( const syntactic s1) [inline, static]

Definition at line 127 of file operators.hpp.

References mmx::apply().

                           {
    return apply (Op::set_name (), s1); }
static void op ( R &  r,
const S1 s1,
const S2 s2 
) [inline, static]

Definition at line 125 of file operators.hpp.

{ (void) Op::set_op (r, s1, s2); }
static void op ( R &  r,
const S1 s1 
) [inline, static]

Definition at line 123 of file operators.hpp.

{ (void) Op::set_op (r, s1); }

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