|
Stxxl
1.3.1
|
Creates stream from a tuple stream taking the third component of each tuple. More...
#include <choose.h>
Public Types | |
| typedef tuple_type::third_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 third component of each tuple.
| Input_ | type of the input tuple stream |
value_type is stxxl::tuple . | typedef tuple_type::third_type stream::choose< Input_, 3 >::value_type |
Standard stream typedef.
|
inline |
Construction.
|
inline |
Standard stream method.
|
inline |
Standard stream method.
|
inline |
Standard stream method.
1.8.5