![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
A helper for equality comparison to enforce the type requirement in [ratio.general]. More...
Public Types | |
| using | type = integral_constant<bool, R1::num == R2::num && R1::den == R2::den> |
| The result of the comparison. | |
A helper for equality 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_equal_impl< R1, R2 >::type = integral_constant<bool, R1::num == R2::num && R1::den == R2::den> |
The result of the comparison.