|
STLdoc
STLdocumentation
|
Classes | |
| struct | _Abs< _Val > |
| struct | _Safe_multX< _Ax, _Bx, _Good > |
| struct | _Safe_multX< _Ax, _Bx, false > |
| struct | _Safe_mult< _Ax, _Bx > |
| struct | _Safe_mult< _Ax, 0 > |
| struct | _Sign_of< _Val > |
| struct | _Safe_addX< _Ax, _Bx, _Good, _Also_good > |
| struct | _Safe_addX< _Ax, _Bx, false, false > |
| struct | _Safe_add< _Ax, _Bx > |
| struct | _GcdX< _Ax, _Bx > |
| struct | _GcdX< _Ax, 0 > |
| struct | _Gcd< _Ax, _Bx > |
| struct | _Gcd< 0, 0 > |
| struct | ratio< _Nx, _Dx > |
| struct | _Are_ratios< _Ty1, _Ty2 > |
| struct | _Are_ratios< ratio< _N1, _D1 >, ratio< _N2, _D2 > > |
| struct | _Ratio_add< _R1, _R2 > |
| struct | _Ratio_subtract< _R1, _R2 > |
| struct | _Ratio_multiply< _R1, _R2 > |
| struct | _Ratio_divide< _R1, _R2 > |
| struct | ratio_equal< _R1, _R2 > |
| struct | ratio_not_equal< _R1, _R2 > |
| struct | _Ratio_less< _R1, _R2 > |
| struct | ratio_less< _R1, _R2 > |
| struct | ratio_less_equal< _R1, _R2 > |
| struct | ratio_greater< _R1, _R2 > |
| struct | ratio_greater_equal< _R1, _R2 > |
Macros | |
| #define | _RATIO_ |
Typedefs | |
| template<class _R1 , class _R2 > | |
| using | ratio_add = typename _Ratio_add< _R1, _R2 >::type |
| template<class _R1 , class _R2 > | |
| using | ratio_subtract = typename _Ratio_subtract< _R1, _R2 >::type |
| template<class _R1 , class _R2 > | |
| using | ratio_multiply = typename _Ratio_multiply< _R1, _R2 >::type |
| template<class _R1 , class _R2 > | |
| using | ratio_divide = typename _Ratio_divide< _R1, _R2 >::type |
| typedef ratio< 1, 1000000000000000000LL > | atto |
| typedef ratio< 1, 1000000000000000LL > | femto |
| typedef ratio< 1, 1000000000000LL > | pico |
| typedef ratio< 1, 1000000000 > | nano |
| typedef ratio< 1, 1000000 > | micro |
| typedef ratio< 1, 1000 > | milli |
| typedef ratio< 1, 100 > | centi |
| typedef ratio< 1, 10 > | deci |
| typedef ratio< 10, 1 > | deca |
| typedef ratio< 100, 1 > | hecto |
| typedef ratio< 1000, 1 > | kilo |
| typedef ratio< 1000000, 1 > | mega |
| typedef ratio< 1000000000, 1 > | giga |
| typedef ratio< 1000000000000LL, 1 > | tera |
| typedef ratio< 1000000000000000LL, 1 > | peta |
| typedef ratio< 1000000000000000000LL, 1 > | exa |
| #define _RATIO_ |
| typedef ratio<1, 1000000000000000000LL> atto |
| typedef ratio<1000000000000000000LL, 1> exa |
| typedef ratio<1, 1000000000000000LL> femto |
| typedef ratio<1000000000000000LL, 1> peta |
| typedef ratio<1, 1000000000000LL> pico |
| using ratio_add = typename _Ratio_add<_R1, _R2>::type |
| using ratio_divide = typename _Ratio_divide<_R1, _R2>::type |
| using ratio_multiply = typename _Ratio_multiply<_R1, _R2>::type |
| using ratio_subtract = typename _Ratio_subtract<_R1, _R2>::type |
| typedef ratio<1000000000000LL, 1> tera |
1.8.8