|
Twitch SDK (Internal)
|
#include <dsputilities.h>
Public Types | |
| using | ReturnType = typename InputGenerator::ReturnType |
Static Public Member Functions | |
| static ReturnType | Generate (size_t index, size_t length) |
Reorders the entries returned by the function to sample every Nth interval, and then loop, increasing the offset each time. For example, if the sampling interval is 3 over a length of 12, the new values would come from these indexes: 0, 3, 6, 9, 1, 4, 7, 10, 2, 5, 8, 11
| using ttv::CyclingGenerator< InputGenerator, SamplingInterval >::ReturnType = typename InputGenerator::ReturnType |
|
inlinestatic |
1.8.13