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_output_sizes Struct Reference

Work function which sets the third argument equal to the sums of the sizes of the two input views. More...

Public Member Functions

template<typename View1 , typename View2 , typename SizeType >
void operator() (View1 const &view1, View2 const &view2, SizeType size)
 

Public Types

typedef void result_type
 

Detailed Description

Work function which sets the third argument equal to the sums of the sizes of the two input views.

See also
merge

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