age_group.h Source File
|
CPP API
|
age_group.h
Go to the documentation of this file.
An Index with more than one template parameter combines several Index objects.
Definition: index.h:181
A collection of classes to simplify handling of matrix shapes in meta programming.
Definition: models/abm/analyze_result.h:30
IOResult< T > deserialize(IOContext &io, Tag< T > tag)
Restores an object from the data stored in an IO context.
Definition: io.h:860
boost::outcome_v2::in_place_type_t< T > Tag
Type that is used for overload resolution.
Definition: io.h:407
auto success()
Create an object that is implicitly convertible to a succesful IOResult<void>.
Definition: io.h:359
boost::outcome_v2::unchecked< T, IOStatus > IOResult
Value-or-error type for operations that return a value but can fail.
Definition: io.h:353
The AgeGroup struct is used as a dynamically sized tag for all age dependent categories.
Definition: age_group.h:32
static IOResult< AgeGroup > deserialize(IOContext &io)
Override deserialize of base class.
Definition: age_group.h:43
Generated by