Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
std::ratio_not_equal< R1, R2 > Class Template Reference

Inherits from true_type if the first ratio is not equal to the second, false_type if they are equal. More...

Inheritance diagram for std::ratio_not_equal< R1, R2 >:
Inheritance graph

Additional Inherited Members

- Public Types inherited from std::integral_constant< bool, !ratio_equal< R1, R2 >::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_equal< R1, R2 >::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_equal< R1, R2 >::value >
static constexpr value_type value
 The constant.
 

Detailed Description

template<class R1, class R2>
class std::ratio_not_equal< R1, R2 >

Inherits from true_type if the first ratio is not equal to the second, false_type if they are equal.

Template Parameters
R1The first ratio
R2The second ratio

The documentation for this class was generated from the following file: