Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template max_assign_base

boost::numeric::functional::max_assign_base

Synopsis

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

template<typename Left, typename Right, typename EnableIf> 
struct max_assign_base {
  // types
  typedef   ; 
  typedef  ;
  typedef   ;         

  // public member functions
   (, ) ;
};

Description

max_assign_base public member functions

  1.  ( left,  right) ;

PrevUpHomeNext