|
LdsGen 1.2.6
|
Concept for the sequence generator protocol. More...
#include <lds.hpp>
Concept for the sequence generator protocol.
Requires the uniform strategy interface shared by every generator: pop/peek/skip/ reseed/get_index. Every generator class in this library satisfies it, so generic code can be written against the protocol without knowing the concrete generator.
| G | The candidate generator type. |
| V | The value type it produces. |