Boost C++ Libraries Home Libraries People FAQ More

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