Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

Function template autoprefix_norm

boost::units::autoprefix_norm

Synopsis

// In header: <boost/units/io.hpp>


template<typename T> double autoprefix_norm(const T & arg);

Description

ADL customization point for automatic prefixing. Returns a non-negative value. Implemented as std::abs for built-in types.


PrevUpHomeNext