Sunshine latest
Self-hosted game stream host for Moonlight.
round_robin_util Namespace Reference

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)
 

Detailed Description

A round-robin iterator utility.

Template Parameters
VThe value type.
TThe iterator type.