combine_iterator iterates through all combinations of values from given ranges and returns them joined together using given Joiner
More...
#include <combine_iterator.hpp>
|
class | boost::iterator_core_access |
|
template<typename Joiner, typename... Ranges>
class paal::data_structures::combine_iterator< Joiner, Ranges >
combine_iterator iterates through all combinations of values from given ranges and returns them joined together using given Joiner
- Template Parameters
-
Definition at line 186 of file combine_iterator.hpp.
template<typename Joiner , typename... Ranges>
The documentation for this class was generated from the following file: