![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
A helper for less-than comparison to enforce the type requirement in [ratio.general]. More...
Public Types | |
| using | type = integral_constant<bool, fraction_less(fraction{R1::num, R1::den}, fraction{R2::num, R2::den})> |
| The result of the comparison. | |
A helper for less-than comparison to enforce the type requirement in [ratio.general].
| R1 | The first of two ratios to be compared |
| R2 | The second of two ratios to be compared |
| using std::ratio_detail::ratio_less_impl< R1, R2 >::type = integral_constant<bool, fraction_less(fraction{R1::num, R1::den}, fraction{R2::num, R2::den})> |
The result of the comparison.