STLdoc
STLdocumentation
|
Public Types | |
typedef integral_constant< bool,(_Left< _Right)> | type |
Static Public Attributes | |
static constexpr intmax_t | _N1 = _R1::num |
static constexpr intmax_t | _D1 = _R1::den |
static constexpr intmax_t | _N2 = _R2::num |
static constexpr intmax_t | _D2 = _R2::den |
static constexpr intmax_t | _Gn = _Gcd<_N1, _N2>::value |
static constexpr intmax_t | _Gd = _Gcd<_D1, _D2>::value |
static constexpr intmax_t | _Left = _Safe_mult<_N1 / _Gn, _D2 / _Gd>::value |
static constexpr intmax_t | _Right = _Safe_mult<_N2 / _Gn, _D1 / _Gd>::value |
typedef integral_constant<bool, (_Left < _Right)> _Ratio_less< _R1, _R2 >::type |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |