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 "detail.h"
Go to the source code of this file.
Namespaces | |
SI | |
SI::detail | |
Namespace containing implementation details for SI. | |
Functions | |
template<template< typename... > typename _resulting_unit, typename _unit_lhs , typename _unit_rhs > | |
constexpr auto | SI::detail::cross_unit_divide (const _unit_lhs &lhs, const _unit_rhs &rhs) |
template<template< typename... > typename _resulting_unit, typename _unit_lhs , typename _unit_rhs > | |
constexpr auto | SI::detail::cross_unit_multiply (const _unit_lhs &lhs, const _unit_rhs &rhs) |