or_is_nan_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1618 of file operators.hpp.


Member Function Documentation

static B neutral (  )  [inline, static]

Definition at line 1620 of file operators.hpp.

01620 { return false; }

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

Definition at line 1626 of file operators.hpp.

References mmx::is_nan().

01626 { return is_nan (x); }

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

Definition at line 1622 of file operators.hpp.

References mmx::set_false().

01622 { set_false (r); }

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

Definition at line 1624 of file operators.hpp.

References mmx::is_nan().

01624 { x= x || is_nan (y); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1