numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of functions objects to compare values. More...
#include "num_collect/util/concepts/rhs_comparable.h"
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. | |
Definition of functions objects to compare values.
Definition in file comparators.h.