Template Function fwdpp::make_genetic_parameters(GeneticValueType&&, MutationFunctionType&&, RecombinationFunctionType&&)¶
Defined in File simparams.hpp
Function Documentation¶
Warning
doxygenfunction: Unable to resolve multiple matches for function “fwdpp::make_genetic_parameters” with arguments (GeneticValueType&&, MutationFunctionType&&, RecombinationFunctionType&&) in doxygen xml output for project “My Project” from directory: ./doxyoutput/xml. Potential matches:
- template<typename GeneticValueType, typename MutationFunctionType, typename RecombinationFunctionType, typename SwappingFunctionType> genetic_parameters<typename std::remove_reference<GeneticValueType>::type, typename std::remove_reference<MutationFunctionType>::type, typename std::remove_reference<RecombinationFunctionType>::type, typename std::remove_reference<SwappingFunctionType>::type> make_genetic_parameters(GeneticValueType &&gvalue_param, MutationFunctionType &&generate_mutations_param, RecombinationFunctionType &&generate_breakpoints_param, SwappingFunctionType &&swapper_param)
- template<typename GeneticValueType, typename MutationFunctionType, typename RecombinationFunctionType> genetic_parameters<typename std::remove_reference<GeneticValueType>::type, typename std::remove_reference<MutationFunctionType>::type, typename std::remove_reference<RecombinationFunctionType>::type, mendel> make_genetic_parameters(GeneticValueType &&gvalue_param, MutationFunctionType &&generate_mutations_param, RecombinationFunctionType &&generate_breakpoints_param)