Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template max_assign

boost::numeric::functional::max_assign

Synopsis

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

PrevUpHomeNext