![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Inherits from true_type if the first ratio is equal to the second, false_type if not.
More...

Additional Inherited Members | |
Public Types inherited from std::integral_constant< bool, R1::num==R2::num &&R1::den==R2::den > | |
| using | type |
| The type of this class. | |
| using | value_type |
| The type of the value. | |
Public Member Functions inherited from std::integral_constant< bool, R1::num==R2::num &&R1::den==R2::den > | |
| constexpr | operator value_type () const noexcept |
Implicit conversion to Type. | |
| constexpr | operator value_type () const noexcept |
Implicit conversion to Type. | |
| constexpr auto | operator() () const noexcept -> value_type |
| Nullary function call operator. | |
| constexpr auto | operator() () const noexcept -> value_type |
| Nullary function call operator. | |
Static Public Attributes inherited from std::integral_constant< bool, R1::num==R2::num &&R1::den==R2::den > | |
| static constexpr value_type | value |
| The constant. | |
| static constexpr value_type | value |
| The constant. | |
Inherits from true_type if the first ratio is equal to the second, false_type if not.
| R1 | The first ratio |
| R2 | The second ratio |