Query: std::ratio_multiply
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
std::ratio_multiply< _R1, _R2 >(3cxx) std::ratio_multiply< _R1, _R2 >(3cxx)NAMEstd::ratio_multiply< _R1, _R2 > -SYNOPSISPublic Types typedef ratio< __safe_multiply <(_R1::num/__gcd1),(_R2::num/__gcd2)> ::value, __safe_multiply <(_R1::den/__gcd2),(_R2::den/__gcd1)> ::value > type" Static Public Attributes static constexpr intmax_t den static constexpr intmax_t num Detailed Description template<typename _R1, typename _R2>struct std::ratio_multiply< _R1, _R2 > ratio_multiply Definition at line 224 of file ratio. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::ratio_multiply< _R1, _R2 >(3cxx)
| Related Man Pages |
|---|
| __gnu_cxx::char_traits(3) - debian |
| std::chrono::duration(3) - debian |
| std::complex(3) - debian |
| std::tr1::__detail::__numeric_constants(3) - debian |
| std::unique_ptr(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Is UNIX an open source OS ? |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |