Stxxl
1.3.2
|
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. More... | |
Public Member Functions | |
choose (Input_ &in_) | |
Construction. More... | |
const value_type & | operator* () const |
Standard stream method. More... | |
const value_type * | operator-> () const |
choose & | operator++ () |
Standard stream method. More... | |
bool | empty () const |
Standard stream method. More... | |
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.
|
inline |
Construction.
|
inline |
Standard stream method.
|
inline |
Standard stream method.
|
inline |
Standard stream method.