template <class R1, class R2> ratio_multiply;
|
|
member constexpr | description |
---|---|
num | Numerator |
den | Denominator |
member type | definition | description |
---|---|---|
type | ratio<num,den> | The ratio type with the result of the multiplication. |
|
|
result = 1/6 (which is: 0.166667) |