Struct find_fixation

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, typename mcounts_t>
mut_index_cont::const_iterator operator()(const mut_index_cont &mc, const mcounts_t &mcounts, const uint_t twoN) const noexcept
template<typename mut_index_cont, typename MutationContainerType, typename mcounts_t, typename mutation_removal_policy>
mut_index_cont::const_iterator operator()(const mut_index_cont &mc, const MutationContainerType &mutations, const mcounts_t &mcounts, const uint_t twoN, mutation_removal_policy &&mp) const noexcept