![]() |
Home | Libraries | People | FAQ | More |
TimeSeries
discretization_type
boost::time_series::traits::discretization_type<S>::type
The type of the discretization, which could be a runtime value or an MPL Integral Constant.
storage_category
boost::time_series::traits::storage_category<S>::type
The category of the TimeSeries storage.
| Name | Expression | Type | Semantics |
|---|---|---|---|
Get Discretization |
s.discretization() |
discretization_type |
Returns the series' discretization. |
Discretization Compare Equal |
x == y |
Convertible to bool |
Compares two discretizations for equality. |
Discretization Compare Inequal |
x != y |
Convertible to bool |
Compares two discretizations for inequality. |
Array Subscript |
s[o] |
Convertible to value_type |
Equivalent to boost::range_run_storage::get_at(s, o). |