Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template weighted_sum_impl

boost::accumulators::impl::weighted_sum_impl

Synopsis

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

template<typename Sample, typename Weight, typename Tag> 
struct weighted_sum_impl : public  {
  // types
  typedef  ;
  typedef                                                 ;    

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

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

Description

weighted_sum_impl public construct/copy/destruct

  1. template<typename Args> ( args);

weighted_sum_impl public member functions

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

PrevUpHomeNext