STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Static Public Attributes | List of all members
_Ratio_subtract< _R1, _R2 > Struct Template Reference

Public Types

typedef ratio_add< _R1, ratio<-_N2, _D2 > > type
 

Static Public Attributes

static constexpr intmax_t _N2 = _R2::num
 
static constexpr intmax_t _D2 = _R2::den
 

Member Typedef Documentation

template<class _R1 , class _R2 >
typedef ratio_add<_R1, ratio<-_N2, _D2> > _Ratio_subtract< _R1, _R2 >::type

Member Data Documentation

template<class _R1 , class _R2 >
constexpr intmax_t _Ratio_subtract< _R1, _R2 >::_D2 = _R2::den
static
template<class _R1 , class _R2 >
constexpr intmax_t _Ratio_subtract< _R1, _R2 >::_N2 = _R2::num
static

The documentation for this struct was generated from the following file: