std::ratio_divide

std::ratio_divide

Defined in header <ratio>
template< class R1, class R2 >
using ratio_divide = /* see below */;

The alias template std::ratio_divide denotes the result of dividing two exact rational fractions represented by the std::ratio specializations R1 and R2.

The result is a std::ratio specialization 登录查看完整内容