Struct template weighted_sum_impl
boost::accumulators::impl::weighted_sum_impl
 
Synopsis
template<typename Sample, typename Weight, typename Tag> 
struct weighted_sum_impl : public accumulator_base {
  
  template<typename Args> weighted_sum_impl(Args const &);
  
  template<typename Args> void operator()(Args const &);
  result_type result(dont_care) const;
};
Description
weighted_sum_impl 
        public
       construct/copy/destruct
- template<typename Args>weighted_sum_impl(Argsconst& args; 
 
weighted_sum_impl public member functions
- template<typename Args> voidоператор()const& args; 
- result_type result(dont_care) const;