Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template min_impl

boost::accumulators::impl::min_impl

Synopsis

// In header: <boost/accumulators/statistics/min.hpp>

template<typename Sample> 
struct min_impl : public  {
  // types
  typedef  ;

  // construct/copy/destruct
  template<typename Args> ();

  // public member functions
  template<typename Args>  ();
   () ;
  template<typename Archive>  (, );
};

Description

min_impl public construct/copy/destruct

  1. template<typename Args> ( args);

min_impl public member functions

  1. template<typename Args>  ( args);
  2.  () ;
  3. template<typename Archive> 
       ( ar,  file_version);

PrevUpHomeNext