fd::yield_ptime — Time point from current schedule_timepoint iteration.
// In header: <fd/ptime_iteration_visitors.h> struct yield_ptime : public functional_ptime_iteration_visitor< yield_ptime > { // public member functions template<typename DateIterator> schedule_timepoint operator()(const date_iteration_state< DateIterator > &) const; template<typename DateIterator> schedule_timepoint operator()(const kdate_iteration_state< DateIterator > &) const; schedule_timepoint operator()(const time_iteration_state &) const; };
yield_ptime
public member functionstemplate<typename DateIterator> schedule_timepoint operator()(const date_iteration_state< DateIterator > & state) const;
template<typename DateIterator> schedule_timepoint operator()(const kdate_iteration_state< DateIterator > & state) const;
schedule_timepoint operator()(const time_iteration_state & state) const;