Template Struct KinGroupEpochStamps

Struct Documentation

template<typename Spec>
struct dish2::KinGroupEpochStamps

Public Types

using buffer_t = std::array<uint64_t, Spec::NLEV>

Public Functions

KinGroupEpochStamps() = default
bool operator==(const KinGroupEpochStamps &other) const
bool operator<(const KinGroupEpochStamps &other) const
void ApplyInheritance(const size_t rep_lev, const size_t epoch)
const buffer_t &GetBuffer() const
template<class Archive>
void serialize(Archive &ar)

Public Members

buffer_t data = {}