molpopgen / fwdpp

fwdpp is a C++ template library for implementing efficient forward-time population genetic simulations
http://fwdpp.readthedocs.io
GNU General Public License v3.0
27 stars 11 forks source link

templatize fundamental treeseq types #346

Closed molpopgen closed 3 years ago

molpopgen commented 3 years ago

This PR turns the low-level types for tables into templates.

We also start to abstract out the concept of a "null" ID to a constexpr template function.