Template Struct is_fitness_fxn¶
Defined in File type_traits.hpp
Inheritance Relationships¶
Base Type¶
public std::integral_constant< bool, !std::is_void< ffxn_t >::value &&std::is_convertible< FitnessFunctionType, ffxn_t >::value >
Struct Documentation¶
-
template<typename
FitnessFunctionType, typenameDiploidContainerType, typenameGenomeContainerType, typenameMutationContainerType, typenameffxn_t= typename fitness_fxn<DiploidContainerType, GenomeContainerType, MutationContainerType>::type>
structis_fitness_fxn: public std::integral_constant<bool, !std::is_void<ffxn_t>::value && std::is_convertible<FitnessFunctionType, ffxn_t>::value>¶