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_greater_equal< _R1, _R2 > - ratio_greater_equal

Author

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

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

Detailed Description

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

Name

       std::ratio_greater_equal< _R1, _R2 > - ratio_greater_equal

Synopsis

       #include <ratio>

       Inherits std::integral_constant<bool,!ratio_less<_R1,_R2>::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