numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Concept of classes to compare two values. More...
#include <num_collect/util/concepts/comparator.h>
Concept of classes to compare two values.
C | Type of class to compare two values. |
T | Type of the first argument. |
U | Type of the second argument. |
Definition at line 34 of file comparator.h.