Searched defs:ratio_power (Results 1 – 1 of 1) sorted by relevance
273 struct ratio_power : struct281 struct ratio_power<R, 0> : ratio<1>::type {}; struct284 struct ratio_power<R, 1> : R {}; struct287 struct ratio_power<R, -1> : ratio_divide<ratio<1>, R>::type {}; struct