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< typename static_root< Dim, static_rational< N, D > >::typename static_root< System, static_rational< N, D > >:: ;

  // public static functions
  BOOST_CONSTEXPR type (const unit< Dim, System > &);
};

Description

root_typeof_helper public static functions

  1. BOOST_CONSTEXPR type (const unit< Dim, System > &);

PrevUpHomeNext