![]() |
Home | Libraries | People | FAQ | More |
boost::time_series::concepts::TimeSeries —
// 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(); };