PrevUpHomeNext

Function is_non_operational_interval

fd::is_non_operational_interval — Check whether currently scheduled interval is already past duration of current onset (i.e. past the current ending timepoint).

Synopsis

// In header: <fd/functional.h>


bool is_non_operational_interval(const schedule_timepiece & schedule);

Description

Requires:

Schedule must not be completed.


PrevUpHomeNext