numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
comparators.h File Reference

Definition of functions objects to compare values. More...

+ Include dependency graph for comparators.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  num_collect::util::equal< Left, Right >
 Class to compare two values with operator==. More...
 
class  num_collect::util::greater< Left, Right >
 Class to compare two values with operator>. More...
 
class  num_collect::util::greater_equal< Left, Right >
 Class to compare two values with operator>=. More...
 
class  num_collect::util::less< Left, Right >
 Class to compare two values with operator<. More...
 
class  num_collect::util::less_equal< Left, Right >
 Class to compare two values with operator<=. More...
 
class  num_collect::util::not_equal< Left, Right >
 Class to compare two values with operator!=. More...
 

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::util
 Namespace of utilities.
 

Detailed Description

Definition of functions objects to compare values.

Definition in file comparators.h.