![]() |
Home | Libraries | People | FAQ | More |
boost::time_series::time_series_base —
// In header: <boost/time_series/utility/time_series_base.hpp> template<typename Derived> struct time_series_base : public boost::time_series::time_series_root { // types typedef Derived derived_type; // public member functions Derived & cast() ; Derived const & cast() const; };