Template Class GeneratorWrapper

Class Documentation

template<typename T>
class GeneratorWrapper

Public Functions

inline GeneratorWrapper(std::unique_ptr<IGenerator<T>> generator)
inline T const &get() const
inline bool next()