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.
|
#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 > |
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> |