PrevUpHomeNext

Function will_complete_after_current_interval

fd::will_complete_after_current_interval — Check whether given schedule's end of activity falls after the current interval (and for this purpose the last interval), i.e. after the current ending time point, and is therefore in the process of completing.

Synopsis

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


bool will_complete_after_current_interval(const schedule_timepiece & schedule);

Description

[Note] Note

A completed schedule doesn't count as in the process of completing.


PrevUpHomeNext