Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template multiplies_assign_base

boost::numeric::functional::multiplies_assign_base

Synopsis

// In header: <boost/accumulators/numeric/functional.hpp>

template<typename Left, typename Right, typename EnableIf> 
struct multiplies_assign_base : public  {

  // public member functions
   (, ) ;
};

Description

multiplies_assign_base public member functions

  1.  ( left,  right) ;

    Returns:

    left *= right


PrevUpHomeNext