Sunshine latest
Self-hosted game stream host for Moonlight.
round_robin.h File Reference

Declarations for a round-robin iterator. More...

#include <iterator>
Include dependency graph for round_robin.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  round_robin_util::it_wrap_t< V, T >
 
class  round_robin_util::round_robin_t< V, It >
 

Namespaces

namespace  round_robin_util
 A round-robin iterator utility.
 

Functions

template<class V , class It >
round_robin_t< V, It > round_robin_util::make_round_robin (It begin, It end)
 

Detailed Description

Declarations for a round-robin iterator.