Home
last modified time | relevance | path

Searched defs:ratio_less (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/ratio/include/boost/ratio/detail/
Doverflow_helpers.hpp344 struct ratio_less struct
346 static const bool value = S1 < S2;
350 struct ratio_less<R1, R2, 1LL, 1LL> struct
352 static const bool value = ratio_less1<R1, R2>::value;
356 struct ratio_less<R1, R2, -1LL, -1LL> struct
358 static const bool value = ratio_less1<ratio<-R2::num, R2::den>,
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/ratio/include/boost/ratio/
Dratio.hpp181 struct ratio_less struct