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.
flow.h
Go to the documentation of this file.
1 
12 #pragma once
13 
15 
16 #include "area.h"
17 #include "time.h"
18 
19 namespace SI {
20 
21 template <typename _type, typename _ratio>
23 
24 namespace detail {
26 
27 }
28 
29 template <typename _type, typename _ratio>
31 
32 namespace detail {
34 
35 }
36 
37 } // namespace SI
BUILD_UNIT_FROM_DIVISION(electric_conductance_t, electric_current_t, electric_potential_t) template< typename _type
Definition: absorbed_dose.h:18
base template class for holding values of type _type to be multiplied with a ratio _ratio
Definition: unit.h:51