basix_doc 0.1
or_is_nan_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1571 of file operators.hpp.


Member Function Documentation

static B neutral ( ) [inline, static]

Definition at line 1573 of file operators.hpp.

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

Definition at line 1579 of file operators.hpp.

References mmx::is_nan().

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

Definition at line 1575 of file operators.hpp.

References mmx::set_false().

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

Definition at line 1577 of file operators.hpp.

References mmx::is_nan().

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

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