Abstraction for window boundary sizes. More...
#include <rolling.hpp>
Public Member Functions | |
bool | is_unbounded () const |
size_type | value () const |
Gets the row-boundary for this window_bounds. More... | |
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... | |
Abstraction for window boundary sizes.
Definition at line 101 of file rolling.hpp.
|
inlinestatic |
Construct bounded window boundary.
value | Finite window boundary (in days or rows) |
Definition at line 109 of file rolling.hpp.
|
inline |
Whether the window_bounds is unbounded.
Definition at line 127 of file rolling.hpp.
|
inlinestatic |
Construct unbounded window boundary.
Definition at line 116 of file rolling.hpp.
|
inline |
Gets the row-boundary for this window_bounds.
Definition at line 134 of file rolling.hpp.