units_jerk(3)
| units::jerk(3) | Unit Conversion and Dimensional Analysis Library | units::jerk(3) |
NAME
units::jerk - namespace for unit types and containers representing jerk values
SYNOPSIS
Typedefs
Units (full names plural)
typedef unit< std::ratio< 1 >,
units::category::jerk_unit > meters_per_second_cubed
Units (abbreviated)
typedef meters_per_second_cubed mps_cb
Unit Containers
typedef unit_t< meters_per_second_cubed >
meters_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
Author
Generated automatically by Doxygen for Unit Conversion and Dimensional Analysis Library from the source code.
| Wed Feb 11 2026 09:38:34 | Version 2.3.0 |
