Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template mean_impl

boost::accumulators::impl::mean_impl

Synopsis

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

template<typename Sample, typename SumFeature> 
struct mean_impl : public  {
  // types
  typedef  ;

  // construct/copy/destruct
  ();

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

Description

mean_impl public construct/copy/destruct

  1. ();

mean_impl public member functions

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

PrevUpHomeNext