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.
|
Go to the source code of this file.
Classes | |
struct | SI::unit_symbol< 'a', std::ratio< 1 > > |
struct | SI::unit_symbol< 'a', _ratio > |
Namespaces | |
SI | |
SI::detail | |
Namespace containing implementation details for SI. | |
Typedefs | |
template<typename _type , typename _ratio > | |
using | SI::acceleration_t = detail::unit_t< 'a', std::ratio< 1 >, _type, _ratio > |
Type for acceleration a = v / t or a = L / t^2. More... | |