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 an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Function template operator/

boost::units::operator/

Synopsis

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

Description

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


PrevUpHomeNext