Template Struct GenerationCounter

Struct Documentation

template<typename Spec>
struct dish2::GenerationCounter

Public Functions

void ElapseGeneration(const size_t lev)
bool operator==(const GenerationCounter &other) const
bool operator<(const GenerationCounter &other) const
template<typename Archive>
void serialize(Archive &ar)

Public Members

emp::array<uint64_t, Spec::NLEV + 1> elapsed_generations = {}