Searched defs:ratio_less (Results 1 – 2 of 2) sorted by relevance
344 struct ratio_less struct346 static const bool value = S1 < S2;350 struct ratio_less<R1, R2, 1LL, 1LL> struct352 static const bool value = ratio_less1<R1, R2>::value;356 struct ratio_less<R1, R2, -1LL, -1LL> struct358 static const bool value = ratio_less1<ratio<-R2::num, R2::den>,
181 struct ratio_less struct