Changed the general operator interface to be consistent with the rest
of EO, updated some documentation.
This commit is contained in:
parent
64a5d2de58
commit
ed45375451
17 changed files with 230 additions and 52 deletions
|
|
@ -54,7 +54,7 @@ class eoScalarFitness
|
|||
|
||||
operator ScalarType(void) const { return value; }
|
||||
|
||||
// Comparison, using less by default
|
||||
/// Comparison, using less by default
|
||||
bool operator<(const eoScalarFitness& other) const
|
||||
{ return Compare()(value, other.value); }
|
||||
|
||||
|
|
|
|||
Reference in a new issue