Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template rolling_window_plus1_impl

boost::accumulators::impl::rolling_window_plus1_impl

Synopsis

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

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

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

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

Description

rolling_window_plus1_impl public construct/copy/destruct

  1. template<typename Args> ( args);
  2. (rolling_window_plus1_impl  that);
  3. rolling_window_plus1_impl & (rolling_window_plus1_impl  that);

rolling_window_plus1_impl public member functions

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

PrevUpHomeNext