![]() |
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.
|
Go to the source code of this file.
Classes | |
struct | SI::detail::unit_with_common_ratio< _unit_lhs, _unit_rhs > |
Namespaces | |
namespace | SI |
namespace | SI::detail |
Namespace containing implementation details for SI. | |
Functions | |
template<typename _target_type , typename _rhs_T > | |
constexpr auto | SI::detail::unit_cast (const _rhs_T &rhs) |
function to cast between two units of the same type | |