Function template operator<<
boost::units::operator<< — Print a quantity
.
Synopsis
template<typename Char, typename Traits, typename Unit, typename T>
( os,
quantity< q);
Description
Prints the value followed by the unit. If the engineering_prefix, or binary_prefix is set, tries to scale the value appropriately. For example, it might print 12.345 km instead of 12345 m. (Note does not attempt to automatically scale scalars like double, float...)