Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/ratio/include/boost/ratio/
Dratio.hpp273 struct ratio_power : struct
281 struct ratio_power<R, 0> : ratio<1>::type {}; struct
284 struct ratio_power<R, 1> : R {}; struct
287 struct ratio_power<R, -1> : ratio_divide<ratio<1>, R>::type {}; struct