std::ratio_multiply

Langue: en

Version: 156894 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

std::ratio_multiply - ratio_multiply

SYNOPSIS


Public Types


typedef ratio< __safe_multiply<(_R1::num/__gcd1),(_R2::num/__gcd2)>::value, __safe_multiply<(_R1::den/__gcd2),(_R2::den/__gcd1)>::value > type

Detailed Description

template<typename _R1, typename _R2> struct std::ratio_multiply< _R1, _R2 >

ratio_multiply

Definition at line 198 of file ratio.

Author

Generated automatically by Doxygen for libstdc++ from the source code.