Creates stream from a tuple stream taking the sixth component of each tuple. More...
#include <choose.h>
Public Types | |
| typedef tuple_type::sixth_type | value_type |
| Standard stream typedef. | |
Public Member Functions | |
| choose (Input_ &in_) | |
| Construction. | |
| const value_type & | operator* () const |
| Standard stream method. | |
| const value_type * | operator-> () const |
| choose & | operator++ () |
| Standard stream method. | |
| bool | empty () const |
| Standard stream method. | |
Creates stream from a tuple stream taking the sixth component of each tuple.
| Input_ | type of the input tuple stream |
value_type is stxxl::tuple . | typedef tuple_type::sixth_type stream::choose< Input_, 6 >::value_type |
Standard stream typedef.
| stream::choose< Input_, 6 >::choose | ( | Input_ & | in_ | ) | [inline] |
Construction.
| bool stream::choose< Input_, 6 >::empty | ( | ) | const [inline] |
Standard stream method.
| const value_type& stream::choose< Input_, 6 >::operator* | ( | ) | const [inline] |
Standard stream method.
| choose& stream::choose< Input_, 6 >::operator++ | ( | ) | [inline] |
Standard stream method.
1.7.1