Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template as_min<, >

boost::numeric::functional::as_min<T, std_valarray_tag>

Synopsis

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

template<typename T> 
struct as_min<, > {
  // types
  typedef                        ;
  typedef  ;  

  // public member functions
   () ;
};

Description

as_min public member functions

  1.  ( arr) ;

PrevUpHomeNext