Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template TimeSeries

boost::time_series::concepts::TimeSeries —

Synopsis

// In header: <boost/time_series/concepts.hpp>

template<typename S> 
struct TimeSeries : public InfiniteRangeRunStorage< S > {
  // types
  typedef traits::discretization_type< S >::type discretization_type;
  typedef traits::storage_category< S >::type    storage_category;   

  // construct/copy/destruct
  ~TimeSeries();
};

Description

TimeSeries public construct/copy/destruct

  1. ~TimeSeries();

PrevUpHomeNext