![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
A helper for addition to enforce the type requirement in [ratio.general] and improve readability. More...
Public Types | |
| using | type = typename ratio_multiply_impl<left, right>::type |
| The result of the addition. | |
A helper for addition to enforce the type requirement in [ratio.general] and improve readability.
| R1 | The first of two ratios to be added |
| R2 | The second of two ratios to be added |
| using std::ratio_detail::ratio_add_impl< R1, R2 >::type = typename ratio_multiply_impl<left, right>::type |
The result of the addition.