sandbox
Loading...
Searching...
No Matches
sbx::units::ratio_conversion< Representation, Ratio, OtherRatio > Struct Template Reference

Static Public Attributes

static constexpr auto value
 

Member Data Documentation

◆ value

template<representation Representation, ratio Ratio, ratio OtherRatio>
constexpr auto sbx::units::ratio_conversion< Representation, Ratio, OtherRatio >::value
staticconstexpr
Initial value:
=
static_cast<Representation>(OtherRatio::num) / static_cast<Representation>(OtherRatio::den) *
static_cast<Representation>(Ratio::den) / static_cast<Representation>(Ratio::num)

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