basix_doc 0.1
id_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 151 of file operators.hpp.


Member Function Documentation

static generic name ( ) [inline, static]

Definition at line 152 of file operators.hpp.

References mmx::GEN_IDENTITY.

{ return GEN_IDENTITY; }
static C op ( const C x) [inline, static]

Definition at line 155 of file operators.hpp.

{ return x; }
static generic set_name ( ) [inline, static]

Definition at line 153 of file operators.hpp.

References mmx::GEN_ASSIGN.

{ return GEN_ASSIGN; }
static void set_op ( R &  x,
const C y 
) [inline, static]

Definition at line 157 of file operators.hpp.

{ x= y; }

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