copy_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 187 of file operators.hpp.


Member Function Documentation

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

Definition at line 195 of file operators.hpp.

00195 { return x; }

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

Definition at line 193 of file operators.hpp.

00193 { return x; }

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

Definition at line 189 of file operators.hpp.

References mmx::copy().

00189 { return copy (x); }

static void set_op ( R &  x,
const syntactic y 
) [inline, static]

Definition at line 199 of file operators.hpp.

00199 { x= y; }

static void set_op ( R &  x,
const generic y 
) [inline, static]

Definition at line 197 of file operators.hpp.

00197 { x= y; }

static void set_op ( R &  x,
const C y 
) [inline, static]

Definition at line 191 of file operators.hpp.

References mmx::copy().

00191 { x= copy (y); }


The documentation for this struct was generated from the following file:

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1