or_is_infinite_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1596 of file operators.hpp.


Member Function Documentation

static B neutral (  )  [inline, static]

Definition at line 1598 of file operators.hpp.

01598 { return false; }

static bool op ( const T x  )  [inline, static]

Definition at line 1604 of file operators.hpp.

References mmx::is_infinite().

01604 { return is_infinite (x); }

static void set_neutral ( R &  r  )  [inline, static]

Definition at line 1600 of file operators.hpp.

References mmx::set_false().

01600 { set_false (r); }

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

Definition at line 1602 of file operators.hpp.

References mmx::is_infinite().

01602 { x= x || is_infinite (y); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1