basix_doc 0.1
no_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 141 of file operators.hpp.


Member Function Documentation

static generic set_name ( ) [inline, static]

Definition at line 142 of file operators.hpp.

References mmx::GEN_NOOP.

{ return GEN_NOOP; }
static void set_op ( C1 &  x1,
C2 x2,
C3 x3 
) [inline, static]

Definition at line 148 of file operators.hpp.

{ (void) x1; (void) x2; (void) x3; }
static void set_op ( C1 &  x1,
C2 x2 
) [inline, static]

Definition at line 146 of file operators.hpp.

{ (void) x1; (void) x2; }
static void set_op ( C1 &  x1) [inline, static]

Definition at line 144 of file operators.hpp.

{ (void) x1; }

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