CPARK 1.0
A light-weighted, distributed computing framework for C++ that offers a fast and general-purpose large data processing solution.
|
#include <merged_view.h>
Classes | |
class | Iterator |
Public Member Functions | |
MergedTwoDiffView (V1 view1, V2 view2) | |
constexpr auto | begin () const |
constexpr auto | end () const |
A helper class that combines two views of different types into one. Their element types must be the same.
|
inline |
Creates MergedTwoDiffView from two views of possibily different types.
|
inlineconstexpr |
The iterator to the first element of the combined views.
|
inlineconstexpr |
The sentinel pass the last element of the combined views.