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.
Classes | Namespaces | Typedefs
acceleration.h File Reference
#include "detail/operator_helpers.h"
#include "time.h"
#include "velocity.h"
Include dependency graph for acceleration.h:
This graph shows which files directly or indirectly include this file:

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...