project_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 2063 of file operators.hpp.


Member Function Documentation

static generic name (  )  [inline, static]

Definition at line 2064 of file operators.hpp.

References mmx::GEN_PROJECT.

02064 { return GEN_PROJECT; }

static Project_type ( C   )  const [inline, static]

Definition at line 2067 of file operators.hpp.

References project_helper< C >::op().

02068                   { return project_helper<C>::op (x); }

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

Definition at line 2066 of file operators.hpp.

References project_helper< C >::set_op().

02066 { project_helper<C>::set_op (y, x); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1