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 220 of file rolling.hpp.
|
inlinestatic |
Construct bounded window boundary.
| value | Finite window boundary (in days or rows) |
Definition at line 228 of file rolling.hpp.
|
inline |
Whether the window_bounds is unbounded.
Definition at line 246 of file rolling.hpp.
|
inlinestatic |
Construct unbounded window boundary.
Definition at line 235 of file rolling.hpp.
|
inline |
Gets the row-boundary for this window_bounds.
Definition at line 253 of file rolling.hpp.