basix_doc 0.1
and_is_finite_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1538 of file operators.hpp.


Member Function Documentation

static B neutral ( ) [inline, static]

Definition at line 1540 of file operators.hpp.

{ return true; }
static bool op ( const T x) [inline, static]

Definition at line 1546 of file operators.hpp.

References mmx::is_finite().

{ return is_finite (x); }
static void set_neutral ( R &  r) [inline, static]

Definition at line 1542 of file operators.hpp.

References mmx::set_true().

{ set_true (r); }
static void set_op ( B &  x,
const C y 
) [inline, static]

Definition at line 1544 of file operators.hpp.

References mmx::is_finite().

{ x= x && is_finite (y); }

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