Public Types | |
| typedef T | storage_type |
| typedef T | performance_type |
| typedef T | worth_type |
Static Public Member Functions | |
| static performance_type & | access_performance (storage_type &a) |
| static worth_type & | access_worth (storage_type &a) |
| static performance_type | get_performance (storage_type a) |
| static worth_type | get_worth (storage_type a) |
| template<class EOT> | |
| static worth_type | get_fitness (const EOT &_eo) |
| template<class EOT> | |
| static bool | is_better (const EOT &_eo1, const EOT &_eo2) |
Static Public Attributes | |
| static const bool | needs_mapping = false |
Definition at line 14 of file fitness_traits.cpp.
1.4.7