Template Function wt::for_range(I, I, Func)

Function Documentation

template<std::weakly_incrementable I, std::invocable<I> Func>
inline constexpr void wt::for_range(I start, I end, Func func) noexcept