HelenOS sources

ratio_equal       140 uspace/lib/cpp/include/__bits/ratio.hpp     inline constexpr bool ratio_equal_v = ratio_equal<R1, R2>::value;
ratio_equal       143 uspace/lib/cpp/include/__bits/ratio.hpp     struct ratio_not_equal: integral_constant<bool, !ratio_equal<R1, R2>::value>
HelenOS homepage, sources at GitHub