Abstraction for window boundary sizes. More...
#include <rolling.hpp>
Static Public Member Functions | |
static window_bounds | get (size_type value) |
Construct bounded window boundary. More... | |
static window_bounds | unbounded () |
Construct unbounded window boundary. More... | |
Public Attributes | |
const bool | is_unbounded |
const size_type | value |
Abstraction for window boundary sizes.
Definition at line 89 of file rolling.hpp.
|
inlinestatic |
Construct bounded window boundary.
value | Finite window boundary (in days or rows) |
Definition at line 96 of file rolling.hpp.
|
inlinestatic |
Construct unbounded window boundary.
Definition at line 103 of file rolling.hpp.