Query: std::ratio
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
std::ratio< _Num, _Den >(3) Library Functions Manual std::ratio< _Num, _Den >(3)NAMEstd::ratio< _Num, _Den > -SYNOPSISPublic Types typedef ratio< num, den > type Static Public Attributes static constexpr intmax_t den static constexpr intmax_t num Detailed Description template<intmax_t _Num, intmax_t _Den = 1>struct std::ratio< _Num, _Den > Provides compile-time rational arithmetic. This class template represents any finite rational number with a numerator and denominator representable by compile-time constants of type intmax_t. The ratio is simplified when instantiated. For example: * std::ratio<7,-21>::num == -1; * std::ratio<7,-21>::den == 3; * Definition at line 263 of file ratio. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Jun 10 2014 std::ratio< _Num, _Den >(3)
Related Man Pages |
---|
std::char_traits(3) - centos |
std::integral_constant(3) - centos |
rational_funcs(3tcl) - debian |
std::char_traits(3) - debian |
std::chrono::duration(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
How to increment version inside a file? |
DB2 convert digits to binary format |
Docker learning Phase-I |
Unsure why access time on a directory change isn't changing |