basix_doc 0.1
sign_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1124 of file operators.hpp.


Member Function Documentation

static generic name ( ) [inline, static]

Definition at line 1125 of file operators.hpp.

References mmx::GEN_SIGN.

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

Definition at line 1127 of file operators.hpp.

References mmx::sign().

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

Definition at line 1131 of file operators.hpp.

References mmx::apply(), and mmx::GEN_SIGN.

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

Definition at line 1129 of file operators.hpp.

References mmx::gen(), and mmx::GEN_SIGN.

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

Definition at line 1133 of file operators.hpp.

References mmx::sign().

{ x= sign (y); }

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