Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template root_typeof_helper<, , , >

boost::units::root_typeof_helper<unit< Dim, System >, static_rational< N, D >> — take the static_rational root of a unit

Synopsis

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

template<typename Dim, typename System,  N,  D> 
struct root_typeof_helper<, , , > {
  // types
  typedef unit< static_root< static_rational< static_root< static_rational<  ;

  // public static functions
   (unit< );
};

Description

root_typeof_helper public static functions

  1.  (unit< );

PrevUpHomeNext