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.
Namespaces | Functions
cross_unit_operations.h File Reference
#include "detail.h"
Include dependency graph for cross_unit_operations.h:
This graph shows which files directly or indirectly include this file:

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)