|
MPQC
3.0.0-alpha
|
Public Types | |
| typedef boost::tuple< typename iterable_iterator_dereference< Iterables >::type... > | reference |
| typedef boost::tuple< typename iterable_iterator< Iterables >::type... > | iterators_type |
| typedef boost::tuple< Iterables... > | iterables_type |
| typedef product_iterator< Iterables... > | self_type |
Public Member Functions | |
| product_iterator (Iterables &&... iters) | |
Static Public Member Functions | |
| static self_type | end_iterator (Iterables &&... iters) |
Friends | |
| class | boost::iterator_core_access |