Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Concept Mutable_InfiniteRangeRunStorage

Mutable_InfiniteRangeRunStorage

Description

A Mutable_InfiniteRangeRunStorage is an InfiniteRangeRunStorage which can be modified.

Refinement of

Notation

S
A type playing the role of mutable-infinite-range-run-storage-type in the Mutable_InfiniteRangeRunStorage concept.
s
Object of type S
r
Object of type run_type
v
Object of type value_type

Valid expressions

Name Expression Type Semantics

Set Pre-Value

boost::range_run_storage::pre_value(s, v)

void

Sets the value associated with the pre-run for the sequence.

Set Post-Value

boost::range_run_storage::post_value(s, v)

void

Sets the value associated with the post-run for the sequence.

Models

  • boost::time_series::dense_series<double>

PrevUpHomeNext