Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit 09fbc2c975.
PrevUpHomeNext

Function template operator*

boost::units::operator*

Synopsis

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


template<typename System, typename Dim, typename Arg> 
  const multiply_typeof_helper< boost::lambda::lambda_functor< Arg >, boost::units::absolute< boost::units::unit< Dim, System > > >::type 
  operator*(const boost::lambda::lambda_functor< Arg > & a, 
            const boost::units::absolute< boost::units::unit< Dim, System > > & b);

Description

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


PrevUpHomeNext