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

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