nngn
Loading...
Searching...
No Matches
anonymous_namespace{schedule.cpp} Namespace Reference

Functions

template<typename T , typename F >
bool mut_iter (T *v, F &&f)
 Applies f to all elements of v, f may modify v.
 
template<typename ... Ts>
bool exec (std::ranges::forward_range auto *r, Ts ...ts)
 

Function Documentation

◆ exec()

template<typename ... Ts>
bool anonymous_namespace{schedule.cpp}::exec ( std::ranges::forward_range auto *  r,
Ts ...  ts 
)
Here is the call graph for this function:

◆ mut_iter()

template<typename T , typename F >
bool anonymous_namespace{schedule.cpp}::mut_iter ( T v,
F &&  f 
)

Applies f to all elements of v, f may modify v.

Here is the call graph for this function:
Here is the caller graph for this function: