Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
std::ratio_detail::fraction Struct Reference

A type used to represent a fraction for non-template computations. More...

Public Attributes

intmax_t den
 The denominator of the fraction.
 
intmax_t num
 The numerator of the fraction.
 

Detailed Description

A type used to represent a fraction for non-template computations.

Member Data Documentation

◆ den

intmax_t std::ratio_detail::fraction::den

The denominator of the fraction.

◆ num

intmax_t std::ratio_detail::fraction::num

The numerator of the fraction.


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