SI  2.5.4
A header only c++ library that provides type safety and user defined literals for handling physical values defined in the International System of Units.
Public Types | List of all members
SI::detail::unit_with_common_ratio< _unit_lhs, _unit_rhs > Struct Template Reference

#include <unit_cast.h>

Public Types

using type = unit_t< _unit_lhs::symbol::value, typename _unit_lhs::exponent, typename _unit_lhs::internal_type, typename detail::ratio_gcd< typename _unit_lhs::ratio, typename _unit_rhs::ratio >::ratio >
 

Member Typedef Documentation

◆ type

template<typename _unit_lhs , typename _unit_rhs >
using SI::detail::unit_with_common_ratio< _unit_lhs, _unit_rhs >::type = unit_t<_unit_lhs::symbol::value, typename _unit_lhs::exponent, typename _unit_lhs::internal_type, typename detail::ratio_gcd<typename _unit_lhs::ratio, typename _unit_rhs::ratio>::ratio>

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