PrevUpHomeNext

Function is_contiguously_up

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

Synopsis

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


bool is_contiguously_up(const schedule_timepiece & schedule);

Description

Requires:

Schedule must not be completed.


PrevUpHomeNext