Stxxl
1.3.2
|
Creates stream of 3-tuples from 3 input streams. More...
#include <stream.h>
Public Types | |
typedef stxxl::tuple< typename Input1_::value_type, typename Input2_::value_type, typename Input3_::value_type > | value_type |
Standard stream typedef. More... | |
Public Member Functions | |
make_tuple (Input1_ &i1_, Input2_ &i2_, Input3_ &i3_) | |
Construction. More... | |
const value_type & | operator* () const |
Standard stream method. More... | |
const value_type * | operator-> () const |
make_tuple & | operator++ () |
Standard stream method. More... | |
bool | empty () const |
Standard stream method. More... | |
Creates stream of 3-tuples from 3 input streams.
Input1_ | type of the 1st input |
Input2_ | type of the 2nd input |
Input3_ | type of the 3rd input |
make_tuple
. typedef stxxl::tuple< typename Input1_::value_type, typename Input2_::value_type, typename Input3_::value_type > stream::make_tuple< Input1_, Input2_, Input3_, Stopper, Stopper, Stopper >::value_type |
Standard stream typedef.
|
inline |
Construction.
|
inline |
Standard stream method.
|
inline |
Standard stream method.
|
inline |
Standard stream method.
References stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::empty().