|
| struct | reactions::fill< Args > |
| | Small structure to define fields without explicitely knowing its type. More...
|
| |
| struct | reactions::database::underlying_types< Tuple > |
| | Define a std::tuple with the types of the fields provided. More...
|
| |
| struct | reactions::database::underlying_types< std::tuple< F... > > |
| | Define a std::tuple with the types of the fields provided. More...
|
| |
| struct | reactions::database::is_optional< class > |
| | Check if a type represents an optional. More...
|
| |
| struct | reactions::database::is_optional< std::optional< T > > |
| | Check if a type represents an optional. More...
|
| |
| struct | reactions::database::is_optional_field< F, Enable > |
| | Contain the information whether a field is optional or not. More...
|
| |
| struct | reactions::database::is_optional_field< F, std::enable_if_t< is_optional_v< typename F::value_type > > > |
| | Contain the information whether a field is optional or not. More...
|
| |
| struct | reactions::database::remove_optional< T > |
| | If the input type is an optional, get the underying type. More...
|
| |
| struct | reactions::database::remove_optional< std::optional< T > > |
| | If the input type is an optional, get the underying type. More...
|
| |
| struct | reactions::database::value |
| | Field for a value. More...
|
| |
| struct | reactions::database::error |
| | Field for an error. More...
|
| |
| struct | reactions::database::error_lower |
| | Field for a lower error. More...
|
| |
| struct | reactions::database::error_upper |
| | Field for an lower error. More...
|
| |
| struct | reactions::database::range< Min, Max > |
| | Define a range with minimum and maximum indices. More...
|
| |
| struct | reactions::database::overall_range< R > |
| | Get the overall range for a range with/without subranges. More...
|
| |
| struct | reactions::database::overall_range< range_collection< R0, R..., Rn > > |
| | Overall range of a variable (that can be a composite) More...
|
| |
| struct | reactions::database::value_and_errors< T, Enable > |
| | Simple structure composed by a value and the lower and upper errors. More...
|
| |
| struct | reactions::database::value_and_errors< T, std::enable_if_t< std::is_floating_point_v< T >, void > > |
| | Empty constructor. More...
|
| |
| struct | reactions::database::get_t< F > |
| | Type defining an accessor to a value/error field. More...
|
| |
| struct | reactions::database::get_t< value > |
| | Accessor to the value. More...
|
| |
| struct | reactions::database::get_t< error > |
| | Accessor to the error. More...
|
| |
| struct | reactions::database::get_t< error_lower > |
| | Accessor to the lower error. More...
|
| |
| struct | reactions::database::get_t< error_upper > |
| | Accessor to the upper error. More...
|
| |
Common operations on databases.