Concept to check if a type represents a control routine state.
More...
#include <ikarus/utils/concepts.hh>
template<typename S>
typename S::Domain;
{ s.information } -> std::same_as<const ControlInformation&>;
{ s.loadStep } -> std::convertible_to<int>;
{ s.stepSize } -> std::convertible_to<double>;
{ s.domain } -> std::same_as<const typename S::Domain&>;
}
Concept to check if a type represents a control routine state.
Definition: utils/concepts.hh:649