Creates stream of 6-tuples from 6 input streams.
More...
#include <stream.h>
|
typedef stxxl::tuple< typename Input1_::value_type, typename Input2_::value_type, typename Input3_::value_type, typename Input4_::value_type, typename Input5_::value_type, typename Input6_::value_type > | value_type |
| Standard stream typedef. More...
|
|
template<class Input1_, class Input2_, class Input3_ = Stopper, class Input4_ = Stopper, class Input5_ = Stopper, class Input6_ = Stopper>
class stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >
Creates stream of 6-tuples from 6 input streams.
- Template Parameters
-
Input1_ | type of the 1st input |
Input2_ | type of the 2nd input |
Input3_ | type of the 3rd input |
Input4_ | type of the 4th input |
Input5_ | type of the 5th input |
Input6_ | type of the 6th input |
template<class Input1_ , class Input2_ , class Input3_ = Stopper, class Input4_ = Stopper, class Input5_ = Stopper, class Input6_ = Stopper>
typedef stxxl::tuple< typename Input1_::value_type, typename Input2_::value_type, typename Input3_::value_type, typename Input4_::value_type, typename Input5_::value_type, typename Input6_::value_type > stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::value_type |
template<class Input1_ , class Input2_ , class Input3_ = Stopper, class Input4_ = Stopper, class Input5_ = Stopper, class Input6_ = Stopper>
stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::make_tuple |
( |
Input1_ & |
i1_, |
|
|
Input2_ & |
i2_, |
|
|
Input3_ & |
i3_, |
|
|
Input4_ & |
i4_, |
|
|
Input5_ & |
i5_, |
|
|
Input6_ & |
i6_ |
|
) |
| |
|
inline |
template<class Input1_ , class Input2_ , class Input3_ = Stopper, class Input4_ = Stopper, class Input5_ = Stopper, class Input6_ = Stopper>
bool stream::make_tuple< Input1_, Input2_, Input3_, Input4_, Input5_, Input6_ >::empty |
( |
| ) |
const |
|
inline |
template<class Input1_ , class Input2_ , class Input3_ = Stopper, class Input4_ = Stopper, class Input5_ = Stopper, class Input6_ = Stopper>
template<class Input1_ , class Input2_ , class Input3_ = Stopper, class Input4_ = Stopper, class Input5_ = Stopper, class Input6_ = Stopper>
The documentation for this class was generated from the following file: