table of contents
std::ratio_subtract(3) | Library Functions Manual | std::ratio_subtract(3) |
NAME¶
std::ratio_subtract -
ratio_subtract
SYNOPSIS¶
Public Types¶
typedef ratio_add< _R1, ratio<-_R2::num,
_R2::den > >::type type
Detailed Description¶
template<typename _R1, typename _R2> struct std::ratio_subtract< _R1, _R2 >¶
ratio_subtract
Definition at line 189 of file ratio.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
19 Jun 2018 | libstdc++ |