![]() |
Sunshine latest
Self-hosted game stream host for Moonlight.
|
A round-robin iterator utility. More...
Classes | |
| class | it_wrap_t |
| class | round_robin_t |
Functions | |
| template<class V , class It > | |
| round_robin_t< V, It > | make_round_robin (It begin, It end) |
A round-robin iterator utility.
| V | The value type. |
| T | The iterator type. |