PrevUpHomeNext

Function template schedule_implicitly_down

fd::schedule_implicitly_down — Check whether all schedules are implicitly down, and if so possibly whether any action would have no effect.

Synopsis

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


template<std::ranges::input_range Rng> 
  bool schedule_implicitly_down(const Rng & rng, scheduling_purpose purpose);

Description

Parameters:

rng

List of timepoint generators.


PrevUpHomeNext