Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template plus_assign

boost::numeric::functional::plus_assign

Synopsis

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

template<typename Left, typename Right, 
         typename LeftTag, 
         typename RightTag> 
struct plus_assign : public  {
};

PrevUpHomeNext