ExceptionOptions Struct Reference
A type used to describe all options related to exception handling. More...
#include <GlobalOptions.hpp>
Public Attributes | |
| bool | enforce_temperature_bounds = false |
| The boolean flag that indicates if temperature bounds should be enforced. More... | |
| bool | enforce_pressure_bounds = false |
| The boolean flag that indicates if pressure bounds should be enforced. More... | |
Detailed Description
A type used to describe all options related to exception handling.
Member Data Documentation
◆ enforce_temperature_bounds
| bool enforce_temperature_bounds = false |
The boolean flag that indicates if temperature bounds should be enforced.
When true, temperature values that are out of bounds result in runtime error. When false, either the minimum or maximum allowed temperature value is used.
◆ enforce_pressure_bounds
| bool enforce_pressure_bounds = false |
The boolean flag that indicates if pressure bounds should be enforced.
When true, pressure values that are out of bounds result in runtime error. When false, either the minimum or maximum allowed pressure value is used.
The documentation for this struct was generated from the following file:
- Reaktoro/Common/GlobalOptions.hpp