Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template operator*

boost::units::operator*

Synopsis

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


template<typename System, typename Dim, typename Arg> 
  multiply_typeof_helper< boost::units::unit<  
  ( a, 
            boost::units::unit<  b);

Description

Disambiguating overload for action lambda_functor<Arg> * unit<Dim, System> based on <boost/lambda/detail/operators.hpp>.


PrevUpHomeNext