Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template min_assign

boost::numeric::functional::min_assign

Synopsis

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

template<typename Left, typename Right, typename LeftTag, typename RightTag> 
struct min_assign :
  public boost::numeric::functional::min_assign_base< Left, Right, void >
{
};

PrevUpHomeNext