PrevUpHomeNext

Function template within_activity_boundary

fd::within_activity_boundary — Check whether given reference time point isn't beyond schedule's activity boundary and schedule hasn't completed yet.

Synopsis

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


template<auto converter, typename TP> 
  bool within_activity_boundary(const TP & now, 
                                const schedule_timepiece & schedule);

Description

[Note] Note

The schedule's activity boundary is treated as an half-open range of [from, till).


PrevUpHomeNext