Creates stream from a tuple stream taking the sixth component of each tuple.
More...
#include <stream.h>
Public Types |
typedef tuple_type::sixth_type | value_type |
| Standard stream typedef.
|
Detailed Description
template<class Input_>
class stream::choose< Input_, 6 >
Creates stream from a tuple stream taking the sixth component of each tuple.
Template parameters:
Input_
type of the input tuple stream
Member Typedef Documentation
template<class Input_ >
typedef tuple_type::sixth_type stream::choose< Input_, 6 >::value_type |
Constructor & Destructor Documentation
template<class Input_ >
stream::choose< Input_, 6 >::choose |
( |
Input_ & |
in_ | ) |
|
|
inline |
Member Function Documentation
template<class Input_ >
bool stream::choose< Input_, 6 >::empty |
( |
| ) |
const |
|
inline |
template<class Input_ >
const value_type& stream::choose< Input_, 6 >::operator* |
( |
| ) |
const |
|
inline |
template<class Input_ >
choose& stream::choose< Input_, 6 >::operator++ |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: