person_id.h Source File
|
CPP API
|
person_id.h
Go to the documentation of this file.
33 struct MEMILIO_ENABLE_EBO PersonId : public mio::TypeSafe<uint64_t, PersonId>, public OperatorComparison<PersonId> {
base class to add operator <, <=, >, >= to a class derived from TypeSafe.
Definition: type_safe.h:205
typesafe wrapper around any type to make function arguments, tuple elements, etc.
Definition: type_safe.h:42
A collection of classes to simplify handling of matrix shapes in meta programming.
Definition: models/abm/analyze_result.h:30
auto max(const Eigen::MatrixBase< A > &a, B &&b)
coefficient wise maximum of two matrices.
Definition: eigen_util.h:171
Definition: io.h:94
static const PersonId invalid_ID()
Value for invalid IDs.
Definition: person_id.h:47
Generated by