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
momentum.h File Reference
#include "detail/operator_helpers.h"
#include "detail/number_parser.h"
#include "detail/unit.h"
#include "mass.h"
#include "velocity.h"
Include dependency graph for momentum.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::momentum_t = detail::unit_t< 'o', std::ratio< 1 >, _type, _ratio >
 Type for momentum where o = v * M. More...