fd::uptime_bounds_for — Determine coalesced uptime bounds for the given time point.
// In header: <fd/algorithm.h> template<std::ranges::forward_range Rng> std::optional< schedule_time_bounds > uptime_bounds_for(const schedule_timepoint & pt, const Rng & schedules);
A schedule's activity boundary and current interval is treated as a closed range, such that it can be determined for an action schedule whether the action would happen just at the time point of a starting or completing fixed duration schedule.
Parameters: |
|
||||
Returns: |
|