Unit Conversion and Dimensional Analysis Library  2.3.0
A compile-time c++14 unit conversion library
Functions
units::velocity Namespace Reference

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

Functions

std::ostream & operator<< (std::ostream &os, const meters_per_second_t &obj)
 
std::string to_string (const meters_per_second_t &obj)
 
std::ostream & operator<< (std::ostream &os, const feet_per_second_t &obj)
 
std::string to_string (const feet_per_second_t &obj)
 
std::ostream & operator<< (std::ostream &os, const miles_per_hour_t &obj)
 
std::string to_string (const miles_per_hour_t &obj)
 
std::ostream & operator<< (std::ostream &os, const kilometers_per_hour_t &obj)
 
std::string to_string (const kilometers_per_hour_t &obj)
 
std::ostream & operator<< (std::ostream &os, const knot_t &obj)
 
std::string to_string (const knot_t &obj)
 

Detailed Description

namespace for unit types and containers representing velocity values

The SI unit for velocity is meters_per_second, and the corresponding base_unit category is velocity_unit.

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