A model of stream that outputs data from an adaptable generator functor For convenience use streamify
function instead of direct instantiation of generator2stream
.
More...
#include <stream.h>
Public Types |
typedef T | value_type |
| Standard stream typedef.
|
Detailed Description
template<class Generator_, typename T = typename Generator_::value_type>
class stream::generator2stream< Generator_, T >
A model of stream that outputs data from an adaptable generator functor For convenience use streamify
function instead of direct instantiation of generator2stream
.
Member Typedef Documentation
template<class Generator_ , typename T = typename Generator_::value_type>
Member Function Documentation
template<class Generator_ , typename T = typename Generator_::value_type>
template<class Generator_ , typename T = typename Generator_::value_type>
template<class Generator_ , typename T = typename Generator_::value_type>
The documentation for this class was generated from the following file: