basix_doc 0.1
copy_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 169 of file operators.hpp.


Member Function Documentation

static C op ( const C x) [inline, static]

Definition at line 171 of file operators.hpp.

References mmx::copy().

{ return copy (x); }
static syntactic op ( const syntactic x) [inline, static]

Definition at line 177 of file operators.hpp.

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

Definition at line 175 of file operators.hpp.

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

Definition at line 173 of file operators.hpp.

References mmx::copy().

{ x= copy (y); }
static void set_op ( R &  x,
const generic y 
) [inline, static]

Definition at line 179 of file operators.hpp.

{ x= y; }
static void set_op ( R &  x,
const syntactic y 
) [inline, static]

Definition at line 181 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