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 |
Whether the window boundary is unbounded. | |
const size_type | value |
Finite window boundary value (in days or rows) | |
Abstraction for window boundary sizes.
Definition at line 97 of file rolling.hpp.
|
inlinestatic |
Construct bounded window boundary.
value | Finite window boundary (in days or rows) |
Definition at line 105 of file rolling.hpp.
|
inlinestatic |
Construct unbounded window boundary.
Definition at line 112 of file rolling.hpp.