Template Function fwdpp::ts::process_roots¶
Defined in File roots.hpp
Function Documentation¶
-
template<typename
F>
voidfwdpp::ts::process_roots(const marginal_tree &m, const F &f)¶ Apply a function to all roots.
- Parameters
m: A Fwdpp::ts::marginal_treef: A function equivalent to void(*process_root)(table_index_t)