PrevUpHomeNext

Function template any_of_fixed_duration

fd::any_of_fixed_duration — Check whether any of the given schedules is a 'fixed duration' schedule.

Synopsis

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


template<std::ranges::input_range Rng, typename Proj = std::identity> 
  bool any_of_fixed_duration(const Rng & rng, Proj && proj = {});

Description

Parameters:

rng

List of timepoint generators.


PrevUpHomeNext