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 | Typedefs
flow.h File Reference
#include "detail/operator_helpers.h"
#include "area.h"
#include "time.h"
Include dependency graph for flow.h:

Go to the source code of this file.

Namespaces

 SI
 
 SI::detail
 Namespace containing implementation details for SI.
 

Typedefs

template<typename _type , typename _ratio >
using SI::surface_flow_t = detail::unit_t< 's', std::ratio< 1 >, _type, _ratio >
 
template<typename _type , typename _ratio >
using SI::volumetric_flow_t = detail::unit_t< 'V', std::ratio< 1 >, _type, _ratio >