PrevUpHomeNext

Function template none_of_fixed_duration

fd::none_of_fixed_duration — Check whether none 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 none_of_fixed_duration(const Rng & rng, Proj && proj = {});

Description

Parameters:

rng

List of timepoint generators.


PrevUpHomeNext