Home | History | Annotate | Download | only in header.ratio.synop

Lines Matching defs:R2

14 // template <class R1, class R2> constexpr bool ratio_equal_v;
25 typedef std::ratio<1, 1> R2;
27 ex::ratio_equal_v<R1, R2>, ""
30 ex::ratio_equal_v<R1, R2> == std::ratio_equal<R1, R2>::value, ""
33 std::is_same<decltype(ex::ratio_equal_v<R1, R2>), const bool>::value
39 typedef std::ratio<1, -1> R2;
41 !ex::ratio_equal_v<R1, R2>, ""
44 ex::ratio_equal_v<R1, R2> == std::ratio_equal<R1, R2>::value, ""