numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Class to compare two values with operator>
.
More...
#include <num_collect/util/comparators.h>
Public Member Functions | |
constexpr auto | operator() (const Left &left, const Right &right) const -> bool |
Compare. | |
Class to compare two values with operator>
.
Left | Type of left-hand-side values. |
Right | Type of right-hand-side values. |
Definition at line 79 of file comparators.h.
|
inlinenodiscardconstexpr |
Compare.
[in] | left | Left-hand-side value. |
[in] | right | Right-hand-side value. |
Definition at line 88 of file comparators.h.