basix_doc 0.1
less_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1002 of file operators.hpp.


Member Function Documentation

static generic name ( ) [inline, static]

Definition at line 1003 of file operators.hpp.

References mmx::GEN_LESS.

{ return GEN_LESS; }
static bool not_op ( const C x,
const C y 
) [inline, static]

Definition at line 1009 of file operators.hpp.

{ return !(x < y); }
static syntactic op ( const syntactic x,
const syntactic y 
) [inline, static]

Definition at line 1007 of file operators.hpp.

References mmx::apply().

{ return apply (name(), x, y); }
static bool op ( const C x,
const C y 
) [inline, static]

Definition at line 1005 of file operators.hpp.

{ return x < y; }

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