Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template max_assign<, , , >

boost::numeric::functional::max_assign<Left, Right, std_vector_tag, std_vector_tag>

Synopsis

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

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

  // public member functions
   (, ) ;
};

Description

max_assign public member functions

  1.  ( left,  right) ;

PrevUpHomeNext