Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template multiply_typeof_helper<, , >

boost::units::multiply_typeof_helper<boost::units::unit< Dim, System >, boost::lambda::lambda_functor< Arg >>

Synopsis

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

template<typename System, typename Dim, typename Arg> 
struct multiply_typeof_helper<, , > {
  // types
  typedef tuple< typename const boost::units::unit< Dim, System > >::Arg > > > > ;
};

PrevUpHomeNext