Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Concept Mutable_TimeSeries

Mutable_TimeSeries

Description

A Mutable_TimeSeries is a TimeSeries which can be modified.

Refinement of

Notation

S
A type playing the role of mutable-infinite-range-run-storage-type in the Mutable_TimeSeries concept.
s
Object of type S
d
Object of type discretization_type

Valid expressions

Name Expression Type Semantics

Set Discretization

s.discretization(d)

void

Sets the series' discretization. Complexity: O(1)

Models

  • boost::time_series::dense_series<double>

See also


PrevUpHomeNext