Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template rolling_window_impl

boost::accumulators::impl::rolling_window_impl

Synopsis

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

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

  // construct/copy/destruct
  ();

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

Description

rolling_window_impl public construct/copy/destruct

  1. ();

rolling_window_impl public member functions

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

PrevUpHomeNext