Struct find_fixation¶
Defined in File haploid_genome_cleaner.hpp
Struct Documentation¶
-
struct
fwdpp::fwdpp_internal::find_fixation¶ Find the first mutation in a haploid_genome that is also a fixation.
Public Functions
-
template<typename
mut_index_cont, typenamemcounts_t>
mut_index_cont::const_iteratoroperator()(const mut_index_cont &mc, const mcounts_t &mcounts, const uint_t twoN) const noexcept¶
-
template<typename
mut_index_cont, typenameMutationContainerType, typenamemcounts_t, typenamemutation_removal_policy>
mut_index_cont::const_iteratoroperator()(const mut_index_cont &mc, const MutationContainerType &mutations, const mcounts_t &mcounts, const uint_t twoN, mutation_removal_policy &&mp) const noexcept¶
-
template<typename