Public Types | |
|
typedef pair< Performance, Worth > | storage_type |
| typedef Performance | performance_type |
| typedef Worth | 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 (const storage_type &a) |
| static worth_type | get_worth (const 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 = true |
Definition at line 76 of file fitness_traits.cpp.
1.4.7