exact_neq_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 992 of file operators.hpp.


Member Function Documentation

static nat hash_op ( const C x  )  [inline, static]

Definition at line 1001 of file operators.hpp.

References mmx::exact_hash().

01001 { return exact_hash (x); }

static generic name (  )  [inline, static]

Definition at line 993 of file operators.hpp.

References mmx::GEN_EXACT_NEQ.

00993 { return GEN_EXACT_NEQ; }

static bool not_op ( const C x,
const C y 
) [inline, static]

Definition at line 999 of file operators.hpp.

References mmx::exact_eq().

00999 { return exact_eq (x, y); }

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

Definition at line 997 of file operators.hpp.

References mmx::apply().

00997 { return apply (name(), x, y); }

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

Definition at line 995 of file operators.hpp.

References mmx::exact_neq().

00995 { return exact_neq (x, y); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1