|
Storm 1.13.0.1
A Modern Probabilistic Model Checker
|
#include "storm/adapters/RationalNumberForward.h"

Go to the source code of this file.
Namespaces | |
| namespace | carl |
| namespace | storm |
| namespace | storm::detail |
Typedefs | |
| typedef carl::Interval< double > | storm::Interval |
| Interval type. | |
| typedef carl::Interval< storm::RationalNumber > | storm::RationalInterval |
| template<typename ValueType> | |
| using | storm::IntervalBaseType = typename detail::IntervalMetaProgrammingHelper<ValueType>::BaseType |
| Helper to access the type in which interval boundaries are stored. | |
Variables | |
| template<typename ValueType> | |
| constexpr bool | storm::IsIntervalType = detail::IntervalMetaProgrammingHelper<ValueType>::isInterval |
| Helper to check if a type is an interval. | |