#include <CSort.h>
Definition at line 45 of file CSort.h.
CompareDoubleWithNaN::CompareDoubleWithNaN |
( |
| ) |
|
|
inline |
Constructor
Definition at line 51 of file CSort.h.
virtual CompareDoubleWithNaN::~CompareDoubleWithNaN |
( |
| ) |
|
|
inlinevirtual |
Virtual destructor
Definition at line 56 of file CSort.h.
bool CompareDoubleWithNaN::operator() |
( |
const std::pair< C_FLOAT64 *, size_t > & |
lhs, |
|
|
const std::pair< C_FLOAT64 *, size_t > & |
rhs |
|
) |
| |
|
inline |
Definition at line 58 of file CSort.h.
63 (isnan(*rhs.first) ? lhs.first < rhs.first :
false) :
64 (isnan(*rhs.first) ?
true : *lhs.first < *rhs.first);
The documentation for this class was generated from the following file: