Horizon
Loading...
Searching...
No Matches
ranges::views::linear_distribute_fn Struct Reference

Distributes n values linearly in the closed interval [from, to]. More...

#include <linear_distribute.hpp>

Detailed Description

Distributes n values linearly in the closed interval [from, to].

Precondition
from <= to && n > 0

If from == to, returns n-times to. If n == 1 returns to.


The documentation for this struct was generated from the following file: