Mantid
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Mantid::Algorithms::tolerant_less Struct Reference

Std-style comparision function object (satisfies the requirements of Compare) More...

Public Member Functions

bool operator() (const double &left, const double &right) const
 

Detailed Description

Std-style comparision function object (satisfies the requirements of Compare)

Returns
true if first argument < second argument (with some tolerance/epsilon)

Definition at line 66 of file Integration.cpp.

Member Function Documentation

◆ operator()()

bool Mantid::Algorithms::tolerant_less::operator() ( const double &  left,
const double &  right 
) const
inline

Definition at line 68 of file Integration.cpp.

References left, and right.


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