GNU Radio's SATNOGS Package
date::detail::no_overflow< R1, R2 > Struct Template Reference

#include <date.h>

Public Types

typedef std::ratio< mul< n1, d2, !value >::value, mul< n2, d1, !value >::valuetype
 

Static Public Attributes

static const bool value = (n1 <= max / d2) && (n2 <= max / d1)
 

Member Typedef Documentation

◆ type

template<class R1 , class R2 >
typedef std::ratio< mul < n1, d2, !value >::value, mul < n2, d1, !value >::value > date::detail::no_overflow< R1, R2 >::type

Member Data Documentation

◆ value

template<class R1 , class R2 >
const bool date::detail::no_overflow< R1, R2 >::value = (n1 <= max / d2) && (n2 <= max / d1)
static

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