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> 
  divide_typeof_helper< boost::units::unit<  
  (boost::units::unit<  a, 
             b);

Description

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


PrevUpHomeNext