logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::ratio_less_equal< _R1, _R2 > - ratio_less_equal

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++            std::ratio_less_equal<_R1,_R2>(3cxx)

Detailed Description

template<typename_R1,typename_R2>
       struct std::ratio_less_equal< _R1, _R2 >"ratio_less_equal

Name

       std::ratio_less_equal< _R1, _R2 > - ratio_less_equal

Synopsis

       #include <ratio>

       Inherits std::integral_constant<bool,!ratio_less<_R2,_R1>::value>.

   PublicTypestypedefintegral_constant< bool, __v > typetypedef bool value_typePublicMemberFunctions
       constexpr operatorvalue_type () const noexcept
       constexpr value_type operator() () const noexcept

   StaticPublicAttributesstatic constexpr bool value

See Also