Unit Conversion and Dimensional Analysis Library 2.3.0
A compile-time c++14 unit conversion library
Loading...
Searching...
No Matches
units::jerk Namespace Reference

namespace for unit types and containers representing jerk values More...

Typedefs

Units (full names plural)
typedef unit< std::ratio< 1 >, units::category::jerk_unitmeters_per_second_cubed
 
Units (abbreviated)
typedef meters_per_second_cubed mps_cb
 
Unit Containers
typedef unit_t< meters_per_second_cubedmeters_per_second_cubed_t
 
typedef unit_t< feet_per_second_cubed > feet_per_second_cubed_t
 

Functions

std::ostream & operator<< (std::ostream &os, const meters_per_second_cubed_t &obj)
 
std::string to_string (const meters_per_second_cubed_t &obj)
 
std::ostream & operator<< (std::ostream &os, const feet_per_second_cubed_t &obj)
 
std::string to_string (const feet_per_second_cubed_t &obj)
 

Detailed Description

namespace for unit types and containers representing jerk values

The SI unit for jerk is meters_per_second_cubed, and the corresponding base_unit category is jerk_unit.

See also
See unit_t for more information on unit type containers.