...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::units::root_typeof_helper<unit< Dim, System >, static_rational< N, D >> — take the static_rational
root of a unit
// In header: <boost/units/unit.hpp> template<typename Dim, typename System, long N, long D> struct root_typeof_helper<unit< Dim, System >, static_rational< N, D >> { // types typedef unit< typename static_root< Dim, static_rational< N, D > >::type, typename static_root< System, static_rational< N, D > >::type > type; // public static functions static BOOST_CONSTEXPR type value(const unit< Dim, System > &); };
root_typeof_helper
public static functionsstatic BOOST_CONSTEXPR type value(const unit< Dim, System > &);