STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::algo_details::merge_map Struct Reference

Work function which merges the two input views into the output view. More...

Public Member Functions

template<typename View1 , typename View2 , typename MergeView >
void operator() (View1 const &view1, View2 const &view2, MergeView merged)
 

Public Types

typedef void result_type
 

Detailed Description

Work function which merges the two input views into the output view.

See also
merge

The documentation for this struct was generated from the following file: