#include <eoScalarFitness.h>
Public Member Functions | |
| eoScalarFitness (const eoScalarFitness &other) | |
| eoScalarFitness (const ScalarType &v) | |
| eoScalarFitness & | operator= (const eoScalarFitness &other) |
| eoScalarFitness & | operator= (const ScalarType &v) |
| operator ScalarType (void) const | |
| bool | operator< (const eoScalarFitness &other) const |
| Comparison, using less by default. | |
| bool | operator< (const ScalarType &other) const |
| Comparison, using less by default. | |
| bool | operator> (const eoScalarFitness< ScalarType, Compare > &y) const |
| bool | operator<= (const eoScalarFitness< ScalarType, Compare > &y) const |
| bool | operator>= (const eoScalarFitness< ScalarType, Compare > &y) const |
Private Attributes | |
| ScalarType | value |
It overrides operator<() to use the Compare template argument
Suitable constructors and assignments and casts are defined to work with this quantity as if it were a ScalarType.
Definition at line 43 of file eoScalarFitness.h.
1.5.5