Creates stream from a tuple stream taking the fifth component of each tuple. More...
#include <choose.h>
Public Types | |
typedef tuple_type::fifth_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 fifth component of each tuple.
Input_ | type of the input tuple stream |
value_type
is stxxl::tuple
. typedef tuple_type::fifth_type stream::choose< Input_, 5 >::value_type |
Standard stream typedef.
stream::choose< Input_, 5 >::choose | ( | Input_ & | in_ | ) | [inline] |
Construction.
bool stream::choose< Input_, 5 >::empty | ( | ) | const [inline] |
Standard stream method.
const value_type& stream::choose< Input_, 5 >::operator* | ( | ) | const [inline] |
Standard stream method.
choose& stream::choose< Input_, 5 >::operator++ | ( | ) | [inline] |
Standard stream method.