...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::numeric::functional::promote_base
// In header: <boost/accumulators/numeric/functional.hpp> template<typename To, typename From, typename EnableIf> struct promote_base { // types typedef From argument_type; typedef To result_type; // public member functions To operator()(From &) const; };