is_reliable_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1577 of file operators.hpp.


Member Function Documentation

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

Definition at line 1582 of file operators.hpp.

References mmx::is_reliable().

01582 { return !is_reliable (x); }

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

Definition at line 1580 of file operators.hpp.

References mmx::is_reliable().

01580 { return is_reliable (x); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1