PrevUpHomeNext

Function is_contiguously_down

fd::is_contiguously_down — Check whether currently scheduled uptime is immediately followed by downtime (i.e. current ending time point equals current onset time point).

Synopsis

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


bool is_contiguously_down(const schedule_timepiece & schedule);

Description

Requires:

Schedule must not be completed.


PrevUpHomeNext